#AF841F

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

Shades of Hacienda #AF841F

Tints of Hacienda #AF841F

Color information

#AF841F (or 0xAF841F) is unknown color: approx Hacienda. HEX triplet: AF, 84 and 1F. RGB value is (175,132,31). Sum of RGB (Red+Green+Blue) = 175+132+31=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF841F is #507BE0. Grayscale: #858585. Windows color (decimal): -5274593 or 2065583. OLE color: 2065583.

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

Color convert

RGB17513231-
CMYK00.250.820.31
HSL42.08º69.9%40.39%-
HSV(B)42.08º82.29%68.63%-
XYZ26.1825.724.88-
YUV133.3470.25157.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 31 (12.5% from 255) = 9.17%
R=51.78%
G=39.05%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751323100.250.820.3142.0869.940.39
HexAF841F019521F2a4628
Octal25720437031122375210650
Binary1010111110000100111110110011010010111111010101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF841F; }

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

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

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

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

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

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

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

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