#AE6932

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

Shades of Reno Sand #AE6932

Tints of Reno Sand #AE6932

Color information

#AE6932 (or 0xAE6932) is unknown color: approx Reno Sand. HEX triplet: AE, 69 and 32. RGB value is (174,105,50). Sum of RGB (Red+Green+Blue) = 174+105+50=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6932 is #5196CD. Grayscale: #777777. Windows color (decimal): -5347022 or 3303854. OLE color: 3303854.

HSL color Cylindrical-coordinate representation of color #AE6932: hue angle of 26.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE6932 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB17410550-
CMYK00.400.710.32
HSL26.61º55.36%43.92%-
HSV(B)26.61º71.26%68.24%-
XYZ23.0819.335.53-
YUV119.3688.86166.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 50 (19.92% from 255) = 15.20%
R=52.89%
G=31.91%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741055000.400.710.3226.6155.3643.92
HexAE693202847201b372c
Octal2561516205010740336754
Binary1010111011010011100100101000100011110000011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6932; }

 p { color: rgb(174,105,50); }

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

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

 a { background-color: rgb(174,105,50); }

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

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

 span { border-color: rgb(174,105,50); }

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