#AF8F0D

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

Shades of Dark Goldenrod #AF8F0D

Tints of Dark Goldenrod #AF8F0D

Color information

#AF8F0D (or 0xAF8F0D) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 8F and 0D. RGB value is (175,143,13). Sum of RGB (Red+Green+Blue) = 175+143+13=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8F0D is #5070F2. Grayscale: #8A8A8A. Windows color (decimal): -5271795 or 888751. OLE color: 888751.

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

Color convert

RGB17514313-
CMYK00.180.930.31
HSL48.15º86.17%36.86%-
HSV(B)48.15º92.57%68.63%-
XYZ27.5728.794.48-
YUV137.7557.6154.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 143 (56.25% from 255) = 43.20%
BLUE value IS 13 (5.47% from 255) = 3.93%
R=52.87%
G=43.20%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751431300.180.930.3148.1586.1736.86
HexAF8FD0125D1F305625
Octal25721715022135376012645
Binary101011111000111111010100101011101111111100001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F0D; }

 p { color: rgb(175,143,13); }

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

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

 a { background-color: rgb(175,143,13); }

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

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

 span { border-color: rgb(175,143,13); }

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