#AF8700

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

Shades of Dark Goldenrod #AF8700

Tints of Dark Goldenrod #AF8700

Color information

#AF8700 (or 0xAF8700) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 87 and 00. RGB value is (175,135,0). Sum of RGB (Red+Green+Blue) = 175+135+0=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8700 is #5078FF. Grayscale: #848484. Windows color (decimal): -5273856 or 34735. OLE color: 34735.

HSL color Cylindrical-coordinate representation of color #AF8700: hue angle of 46.29º 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 #AF8700 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1751350-
CMYK00.2310.31
HSL46.29º100%34.31%-
HSV(B)46.29º100%68.63%-
XYZ26.3426.443.72-
YUV131.5753.75158.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.45%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.45%
G=43.55%
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
Decimal175135000.2310.3146.2910034.31
HexAF870017641F2e6422
Octal2572070027144375614442
Binary101011111000011100101111100100111111011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8700; }

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

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

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

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

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

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

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

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