#AE6A25

Color #AE6A25 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AE6A25

Tints of Reno Sand #AE6A25

Color information

#AE6A25 (or 0xAE6A25) is unknown color: approx Reno Sand. HEX triplet: AE, 6A and 25. RGB value is (174,106,37). Sum of RGB (Red+Green+Blue) = 174+106+37=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6A25 is #5195DA. Grayscale: #767676. Windows color (decimal): -5346779 or 2452142. OLE color: 2452142.

HSL color Cylindrical-coordinate representation of color #AE6A25: hue angle of 30.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE6A25 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB17410637-
CMYK00.390.790.32
HSL30.22º64.93%41.37%-
HSV(B)30.22º78.74%68.24%-
XYZ22.9419.444.29-
YUV118.4782.03167.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=54.89%
G=33.44%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741063700.390.790.3230.2264.9341.37
HexAE6A250274F201e4129
Octal25615245047117403610151
Binary10101110110101010010101001111001111100000111101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A25; }

 p { color: rgb(174,106,37); }

 H1.HeaderClassName
 {
   color: #AE6A25;
 }
 .AnyTagClassName
 {
   color: #AE6A25;
 }
</style>
background-color css

<style>
 a { background-color: #AE6A25; }

 a { background-color: rgb(174,106,37); }

 div.DivClassName
 {
   background-color: #AE6A25;
 }
 .BgClassName
 {
   background-color: #AE6A25;
 }
</style>
border-color css

<style>
 span { border-color: #AE6A25; }

 span { border-color: rgb(174,106,37); }

 td.TdClassName
 {
   border-color: #AE6A25;
 }
 .TagClassName
 {
   border-color: #AE6A25;
 }
</style>