#AE6924

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

Shades of Reno Sand #AE6924

Tints of Reno Sand #AE6924

Color information

#AE6924 (or 0xAE6924) is unknown color: approx Reno Sand. HEX triplet: AE, 69 and 24. RGB value is (174,105,36). Sum of RGB (Red+Green+Blue) = 174+105+36=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6924 is #5196DB. Grayscale: #767676. Windows color (decimal): -5347036 or 2386350. OLE color: 2386350.

HSL color Cylindrical-coordinate representation of color #AE6924: hue angle of 30º degrees, saturation: 0.66, 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 #AE6924 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB17410536-
CMYK00.400.790.32
HSL30º65.71%41.18%-
HSV(B)30º79.31%68.24%-
XYZ22.8319.234.18-
YUV117.7681.86168.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.24%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 36 (14.45% from 255) = 11.43%
R=55.24%
G=33.33%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741053600.400.790.323065.7141.18
HexAE69240284F201e4229
Octal25615144050117403610251
Binary10101110110100110010001010001001111100000111101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6924; }

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

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

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

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

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

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

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

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