#AE770A

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

Shades of Dark Goldenrod #AE770A

Tints of Dark Goldenrod #AE770A

Color information

#AE770A (or 0xAE770A) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 77 and 0A. RGB value is (174,119,10). Sum of RGB (Red+Green+Blue) = 174+119+10=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE770A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE770A is #5188F5. Grayscale: #7B7B7B. Windows color (decimal): -5343478 or 685998. OLE color: 685998.

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

Color convert

RGB17411910-
CMYK00.320.940.32
HSL39.88º89.13%36.08%-
HSV(B)39.88º94.25%68.24%-
XYZ24.1122.213.3-
YUV123.0264.22164.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 10 (4.30% from 255) = 3.30%
R=57.43%
G=39.27%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741191000.320.940.3239.8889.1336.08
HexAE77A0205E20285924
Octal25616712040136405013144
Binary1010111011101111010010000010111101000001010001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE770A; }

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

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

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

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

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

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

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

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