#AF861C

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

Shades of Dark Goldenrod #AF861C

Tints of Dark Goldenrod #AF861C

Color information

#AF861C (or 0xAF861C) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 86 and 1C. RGB value is (175,134,28). Sum of RGB (Red+Green+Blue) = 175+134+28=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF861C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF861C is #5079E3. Grayscale: #868686. Windows color (decimal): -5274084 or 1869487. OLE color: 1869487.

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

Color convert

RGB17513428-
CMYK00.230.840.31
HSL43.27º72.41%39.8%-
HSV(B)43.27º84%68.63%-
XYZ26.4126.254.77-
YUV134.1868.08157.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 28 (11.33% from 255) = 8.31%
R=51.93%
G=39.76%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751342800.230.840.3143.2772.4139.8
HexAF861C017541F2b4828
Octal25720634027124375311050
Binary1010111110000110111000101111010100111111010111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF861C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF861C; }

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

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

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

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

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

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

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

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