#AE700C

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

Shades of Golden Brown #AE700C

Tints of Golden Brown #AE700C

Color information

#AE700C (or 0xAE700C) is unknown color: approx Golden Brown. HEX triplet: AE, 70 and 0C. RGB value is (174,112,12). Sum of RGB (Red+Green+Blue) = 174+112+12=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE700C is #518FF3. Grayscale: #777777. Windows color (decimal): -5345268 or 815278. OLE color: 815278.

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

Color convert

RGB17411212-
CMYK00.360.930.32
HSL37.04º87.1%36.47%-
HSV(B)37.04º93.1%68.24%-
XYZ23.3220.613.1-
YUV119.1467.54167.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.39%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=58.39%
G=37.58%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741121200.360.930.3237.0487.136.47
HexAE70C0245D20255724
Octal25616014044135404512744
Binary1010111011100001100010010010111011000001001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE700C; }

 p { color: rgb(174,112,12); }

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

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

 a { background-color: rgb(174,112,12); }

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

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

 span { border-color: rgb(174,112,12); }

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