#AE7B04

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

Shades of Dark Goldenrod #AE7B04

Tints of Dark Goldenrod #AE7B04

Color information

#AE7B04 (or 0xAE7B04) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 7B and 04. RGB value is (174,123,4). Sum of RGB (Red+Green+Blue) = 174+123+4=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B04 is #5184FB. Grayscale: #7D7D7D. Windows color (decimal): -5342460 or 293806. OLE color: 293806.

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

Color convert

RGB1741234-
CMYK00.290.980.32
HSL42º95.51%34.9%-
HSV(B)42º97.7%68.24%-
XYZ24.5623.173.29-
YUV124.6859.9163.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 4 (1.95% from 255) = 1.33%
R=57.81%
G=40.86%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174123400.290.980.324295.5134.9
HexAE7B401D62202a6023
Octal2561734035142405214043
Binary10101110111101110001110111000101000001010101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B04; }

 p { color: rgb(174,123,4); }

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

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

 a { background-color: rgb(174,123,4); }

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

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

 span { border-color: rgb(174,123,4); }

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