#AE710C

Color #AE710C Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AE710C

Tints of Dark Goldenrod #AE710C

Color information

#AE710C (or 0xAE710C) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 71 and 0C. RGB value is (174,113,12). Sum of RGB (Red+Green+Blue) = 174+113+12=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE710C is #518EF3. Grayscale: #787878. Windows color (decimal): -5345012 or 815534. OLE color: 815534.

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

Color convert

RGB17411312-
CMYK00.350.930.32
HSL37.41º87.1%36.47%-
HSV(B)37.41º93.1%68.24%-
XYZ23.4320.843.13-
YUV119.7267.21166.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.19%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 12 (5.08% from 255) = 4.01%
R=58.19%
G=37.79%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741131200.350.930.3237.4187.136.47
HexAE71C0235D20255724
Octal25616114043135404512744
Binary1010111011100011100010001110111011000001001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE710C; }

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

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

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

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

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

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

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

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