#AE6D05

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

Shades of Golden Brown #AE6D05

Tints of Golden Brown #AE6D05

Color information

#AE6D05 (or 0xAE6D05) is unknown color: approx Golden Brown. HEX triplet: AE, 6D and 05. RGB value is (174,109,5). Sum of RGB (Red+Green+Blue) = 174+109+5=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6D05 is #5192FA. Grayscale: #757575. Windows color (decimal): -5346043 or 355758. OLE color: 355758.

HSL color Cylindrical-coordinate representation of color #AE6D05: hue angle of 36.92º degrees, saturation: 0.94, 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 #AE6D05 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1741095-
CMYK00.370.970.32
HSL36.92º94.41%35.1%-
HSV(B)36.92º97.13%68.24%-
XYZ22.9519.952.78-
YUV116.5865.03168.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=60.42%
G=37.85%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174109500.370.970.3236.9294.4135.1
HexAE6D50256120255e23
Octal2561555045141404513643
Binary101011101101101101010010111000011000001001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D05; }

 p { color: rgb(174,109,5); }

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

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

 a { background-color: rgb(174,109,5); }

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

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

 span { border-color: rgb(174,109,5); }

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