#AE7E07

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

Shades of Dark Goldenrod #AE7E07

Tints of Dark Goldenrod #AE7E07

Color information

#AE7E07 (or 0xAE7E07) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7E and 07. RGB value is (174,126,7). Sum of RGB (Red+Green+Blue) = 174+126+7=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7E07 is #5181F8. Grayscale: #7F7F7F. Windows color (decimal): -5341689 or 491182. OLE color: 491182.

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

Color convert

RGB1741267-
CMYK00.280.960.32
HSL42.75º92.27%35.49%-
HSV(B)42.75º95.98%68.24%-
XYZ24.9523.943.51-
YUV126.7960.4161.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 7 (3.12% from 255) = 2.28%
R=56.68%
G=41.04%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174126700.280.960.3242.7592.2735.49
HexAE7E701C60202b5c23
Octal2561767034140405313443
Binary10101110111111011101110011000001000001010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E07; }

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

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

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

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

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

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

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

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