#AE7C0A

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

Shades of Dark Goldenrod #AE7C0A

Tints of Dark Goldenrod #AE7C0A

Color information

#AE7C0A (or 0xAE7C0A) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7C and 0A. RGB value is (174,124,10). Sum of RGB (Red+Green+Blue) = 174+124+10=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7C0A is #5183F5. Grayscale: #7E7E7E. Windows color (decimal): -5342198 or 687278. OLE color: 687278.

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

Color convert

RGB17412410-
CMYK00.290.940.32
HSL41.71º89.13%36.08%-
HSV(B)41.71º94.25%68.24%-
XYZ24.7223.443.51-
YUV125.9562.56162.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 10 (4.30% from 255) = 3.25%
R=56.49%
G=40.26%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741241000.290.940.3241.7189.1336.08
HexAE7CA01D5E202a5924
Octal25617412035136405213144
Binary101011101111100101001110110111101000001010101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C0A; }

 p { color: rgb(174,124,10); }

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

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

 a { background-color: rgb(174,124,10); }

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

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

 span { border-color: rgb(174,124,10); }

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