#AF841B

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

Shades of Dark Goldenrod #AF841B

Tints of Dark Goldenrod #AF841B

Color information

#AF841B (or 0xAF841B) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 84 and 1B. RGB value is (175,132,27). Sum of RGB (Red+Green+Blue) = 175+132+27=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF841B is #507BE4. Grayscale: #858585. Windows color (decimal): -5274597 or 1803439. OLE color: 1803439.

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

Color convert

RGB17513227-
CMYK00.250.850.31
HSL42.57º73.27%39.61%-
HSV(B)42.57º84.57%68.63%-
XYZ26.1325.74.62-
YUV132.8968.25158.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 27 (10.94% from 255) = 8.08%
R=52.40%
G=39.52%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751322700.250.850.3142.5773.2739.61
HexAF841B019551F2b4928
Octal25720433031125375311150
Binary1010111110000100110110110011010101111111010111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF841B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF841B; }

 p { color: rgb(175,132,27); }

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

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

 a { background-color: rgb(175,132,27); }

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

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

 span { border-color: rgb(175,132,27); }

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