#AE7707

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

Shades of Dark Goldenrod #AE7707

Tints of Dark Goldenrod #AE7707

Color information

#AE7707 (or 0xAE7707) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 77 and 07. RGB value is (174,119,7). Sum of RGB (Red+Green+Blue) = 174+119+7=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7707 is #5188F8. Grayscale: #7B7B7B. Windows color (decimal): -5343481 or 489390. OLE color: 489390.

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

Color convert

RGB1741197-
CMYK00.320.960.32
HSL40.24º92.27%35.49%-
HSV(B)40.24º95.98%68.24%-
XYZ24.0922.213.22-
YUV122.6862.72164.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 7 (3.12% from 255) = 2.33%
R=58%
G=39.67%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174119700.320.960.3240.2492.2735.49
HexAE7770206020285c23
Octal2561677040140405013443
Binary101011101110111111010000011000001000001010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7707; }

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

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

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

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

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

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

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

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