#AE6E03

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

Shades of Dark Goldenrod #AE6E03

Tints of Dark Goldenrod #AE6E03

Color information

#AE6E03 (or 0xAE6E03) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 6E and 03. RGB value is (174,110,3). Sum of RGB (Red+Green+Blue) = 174+110+3=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6E03 is #5191FC. Grayscale: #757575. Windows color (decimal): -5345789 or 224942. OLE color: 224942.

HSL color Cylindrical-coordinate representation of color #AE6E03: hue angle of 37.54º degrees, saturation: 0.97, 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 #AE6E03 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1741103-
CMYK00.370.980.32
HSL37.54º96.61%34.71%-
HSV(B)37.54º98.28%68.24%-
XYZ23.0520.162.76-
YUV116.9463.7168.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.63%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=60.63%
G=38.33%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174110300.370.980.3237.5496.6134.71
HexAE6E30256220266123
Octal2561563045142404614143
Binary10101110110111011010010111000101000001001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E03; }

 p { color: rgb(174,110,3); }

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

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

 a { background-color: rgb(174,110,3); }

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

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

 span { border-color: rgb(174,110,3); }

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