#AE5E06

Color #AE5E06 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AE5E06

Tints of Golden Brown #AE5E06

Color information

#AE5E06 (or 0xAE5E06) is unknown color: approx Golden Brown. HEX triplet: AE, 5E and 06. RGB value is (174,94,6). Sum of RGB (Red+Green+Blue) = 174+94+6=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5E06 is #51A1F9. Grayscale: #6C6C6C. Windows color (decimal): -5349882 or 417454. OLE color: 417454.

HSL color Cylindrical-coordinate representation of color #AE5E06: hue angle of 31.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE5E06 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB174946-
CMYK00.460.970.32
HSL31.43º93.33%35.29%-
HSV(B)31.43º96.55%68.24%-
XYZ21.4917.022.32-
YUV107.8970.5175.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.50%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 6 (2.73% from 255) = 2.19%
R=63.50%
G=34.31%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17494600.460.970.3231.4393.3335.29
HexAE5E602E61201f5d23
Octal2561366056141403713543
Binary10101110101111011001011101100001100000111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E06; }

 p { color: rgb(174,94,6); }

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

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

 a { background-color: rgb(174,94,6); }

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

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

 span { border-color: rgb(174,94,6); }

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