#AE7807

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

Shades of Dark Goldenrod #AE7807

Tints of Dark Goldenrod #AE7807

Color information

#AE7807 (or 0xAE7807) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 78 and 07. RGB value is (174,120,7). Sum of RGB (Red+Green+Blue) = 174+120+7=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7807 is #5187F8. Grayscale: #7B7B7B. Windows color (decimal): -5343225 or 489646. OLE color: 489646.

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

Color convert

RGB1741207-
CMYK00.310.960.32
HSL40.6º92.27%35.49%-
HSV(B)40.6º95.98%68.24%-
XYZ24.2122.453.26-
YUV123.2662.39164.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 7 (3.12% from 255) = 2.33%
R=57.81%
G=39.87%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174120700.310.960.3240.692.2735.49
HexAE78701F6020295c23
Octal2561707037140405113443
Binary10101110111100011101111111000001000001010011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7807; }

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

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

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

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

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

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

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

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