#AE6E01

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

Shades of Dark Goldenrod #AE6E01

Tints of Dark Goldenrod #AE6E01

Color information

#AE6E01 (or 0xAE6E01) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 6E and 01. RGB value is (174,110,1). Sum of RGB (Red+Green+Blue) = 174+110+1=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6E01 is #5191FE. Grayscale: #757575. Windows color (decimal): -5345791 or 93870. OLE color: 93870.

HSL color Cylindrical-coordinate representation of color #AE6E01: hue angle of 37.8º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE6E01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1741101-
CMYK00.370.990.32
HSL37.8º98.86%34.31%-
HSV(B)37.8º99.43%68.24%-
XYZ23.0420.152.7-
YUV116.7162.7168.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 110 (43.36% from 255) = 38.60%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=61.05%
G=38.60%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174110100.370.990.3237.898.8634.31
HexAE6E10256320266322
Octal2561561045143404614342
Binary1010111011011101010010111000111000001001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E01; }

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

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

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

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

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

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

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

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