#AE6D07

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

Shades of Golden Brown #AE6D07

Tints of Golden Brown #AE6D07

Color information

#AE6D07 (or 0xAE6D07) is unknown color: approx Golden Brown. HEX triplet: AE, 6D and 07. RGB value is (174,109,7). Sum of RGB (Red+Green+Blue) = 174+109+7=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6D07 is #5192F8. Grayscale: #757575. Windows color (decimal): -5346041 or 486830. OLE color: 486830.

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

Color convert

RGB1741097-
CMYK00.370.960.32
HSL36.65º92.27%35.49%-
HSV(B)36.65º95.98%68.24%-
XYZ22.9619.952.84-
YUV116.8166.03168.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 7 (3.12% from 255) = 2.41%
R=60%
G=37.59%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174109700.370.960.3236.6592.2735.49
HexAE6D70256020255c23
Octal2561557045140404513443
Binary101011101101101111010010111000001000001001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D07; }

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

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

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

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

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

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

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

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