#AE5E0D

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

Shades of Golden Brown #AE5E0D

Tints of Golden Brown #AE5E0D

Color information

#AE5E0D (or 0xAE5E0D) is unknown color: approx Golden Brown. HEX triplet: AE, 5E and 0D. RGB value is (174,94,13). Sum of RGB (Red+Green+Blue) = 174+94+13=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5E0D is #51A1F2. Grayscale: #6D6D6D. Windows color (decimal): -5349875 or 876206. OLE color: 876206.

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

Color convert

RGB1749413-
CMYK00.460.930.32
HSL30.19º86.1%36.67%-
HSV(B)30.19º92.53%68.24%-
XYZ21.5317.032.53-
YUV108.6974174.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.92%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=61.92%
G=33.45%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174941300.460.930.3230.1986.136.67
HexAE5ED02E5D201e5625
Octal25613615056135403612645
Binary101011101011110110101011101011101100000111101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E0D; }

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

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

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

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

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

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

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

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