#AF8600

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

Shades of Dark Goldenrod #AF8600

Tints of Dark Goldenrod #AF8600

Color information

#AF8600 (or 0xAF8600) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 86 and 00. RGB value is (175,134,0). Sum of RGB (Red+Green+Blue) = 175+134+0=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8600 is #5079FF. Grayscale: #838383. Windows color (decimal): -5274112 or 34479. OLE color: 34479.

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

Color convert

RGB1751340-
CMYK00.2310.31
HSL45.94º100%34.31%-
HSV(B)45.94º100%68.63%-
XYZ26.226.163.67-
YUV130.9854.08159.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.63%
G=43.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175134000.2310.3145.9410034.31
HexAF860017641F2e6422
Octal2572060027144375614442
Binary101011111000011000101111100100111111011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8600; }

 p { color: rgb(175,134,0); }

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

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

 a { background-color: rgb(175,134,0); }

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

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

 span { border-color: rgb(175,134,0); }

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