#AE6C07

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

Shades of Golden Brown #AE6C07

Tints of Golden Brown #AE6C07

Color information

#AE6C07 (or 0xAE6C07) is unknown color: approx Golden Brown. HEX triplet: AE, 6C and 07. RGB value is (174,108,7). Sum of RGB (Red+Green+Blue) = 174+108+7=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6C07 is #5193F8. Grayscale: #747474. Windows color (decimal): -5346297 or 486574. OLE color: 486574.

HSL color Cylindrical-coordinate representation of color #AE6C07: hue angle of 36.29º 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 #AE6C07 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB1741087-
CMYK00.380.960.32
HSL36.29º92.27%35.49%-
HSV(B)36.29º95.98%68.24%-
XYZ22.8619.742.81-
YUV116.2266.37169.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 7 (3.12% from 255) = 2.42%
R=60.21%
G=37.37%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174108700.380.960.3236.2992.2735.49
HexAE6C70266020245c23
Octal2561547046140404413443
Binary101011101101100111010011011000001000001001001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C07; }

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

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

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

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

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

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

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

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