#AF851C

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

Shades of Hacienda #AF851C

Tints of Hacienda #AF851C

Color information

#AF851C (or 0xAF851C) is unknown color: approx Hacienda. HEX triplet: AF, 85 and 1C. RGB value is (175,133,28). Sum of RGB (Red+Green+Blue) = 175+133+28=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF851C is #507AE3. Grayscale: #868686. Windows color (decimal): -5274340 or 1869231. OLE color: 1869231.

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

Color convert

RGB17513328-
CMYK00.240.840.31
HSL42.86º72.41%39.8%-
HSV(B)42.86º84%68.63%-
XYZ26.2825.974.73-
YUV133.5968.41157.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 28 (11.33% from 255) = 8.33%
R=52.08%
G=39.58%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751332800.240.840.3142.8672.4139.8
HexAF851C018541F2b4828
Octal25720534030124375311050
Binary1010111110000101111000110001010100111111010111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF851C; }

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

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

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

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

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

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

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

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