#AE6D01

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

Shades of Dark Goldenrod #AE6D01

Tints of Dark Goldenrod #AE6D01

Color information

#AE6D01 (or 0xAE6D01) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 6D and 01. RGB value is (174,109,1). Sum of RGB (Red+Green+Blue) = 174+109+1=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6D01 is #5192FE. Grayscale: #747474. Windows color (decimal): -5346047 or 93614. OLE color: 93614.

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

Color convert

RGB1741091-
CMYK00.370.990.32
HSL37.46º98.86%34.31%-
HSV(B)37.46º99.43%68.24%-
XYZ22.9319.942.67-
YUV116.1263.03169.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.27%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=61.27%
G=38.38%
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
Decimal174109100.370.990.3237.4698.8634.31
HexAE6D10256320256322
Octal2561551045143404514342
Binary1010111011011011010010111000111000001001011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6D01; }

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

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

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

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

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

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

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

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