#AF6E01

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

Shades of Dark Goldenrod #AF6E01

Tints of Dark Goldenrod #AF6E01

Color information

#AF6E01 (or 0xAF6E01) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 6E and 01. RGB value is (175,110,1). Sum of RGB (Red+Green+Blue) = 175+110+1=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E01 is #5091FE. Grayscale: #757575. Windows color (decimal): -5280255 or 93871. OLE color: 93871.

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

Color convert

RGB1751101-
CMYK00.370.990.31
HSL37.59º98.86%34.51%-
HSV(B)37.59º99.43%68.63%-
XYZ23.2620.272.71-
YUV117.0162.53169.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.19%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=61.19%
G=38.46%
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.31
SystemRedGreenBlueCMYKHSL
Decimal175110100.370.990.3137.5998.8634.51
HexAF6E1025631F266323
Octal2571561045143374614343
Binary101011111101110101001011100011111111001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E01; }

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

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

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

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

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

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

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

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