#AF8524

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

Shades of Hacienda #AF8524

Tints of Hacienda #AF8524

Color information

#AF8524 (or 0xAF8524) is unknown color: approx Hacienda. HEX triplet: AF, 85 and 24. RGB value is (175,133,36). Sum of RGB (Red+Green+Blue) = 175+133+36=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8524 is #507ADB. Grayscale: #868686. Windows color (decimal): -5274332 or 2393519. OLE color: 2393519.

HSL color Cylindrical-coordinate representation of color #AF8524: hue angle of 41.87º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF8524 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17513336-
CMYK00.240.790.31
HSL41.87º65.88%41.37%-
HSV(B)41.87º79.43%68.63%-
XYZ26.3926.025.3-
YUV134.572.41156.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 36 (14.45% from 255) = 10.47%
R=50.87%
G=38.66%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751333600.240.790.3141.8765.8841.37
HexAF85240184F1F2a4229
Octal25720544030117375210251
Binary10101111100001011001000110001001111111111010101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8524; }

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

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

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

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

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

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

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

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