#AF8622

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

Shades of Hacienda #AF8622

Tints of Hacienda #AF8622

Color information

#AF8622 (or 0xAF8622) is unknown color: approx Hacienda. HEX triplet: AF, 86 and 22. RGB value is (175,134,34). Sum of RGB (Red+Green+Blue) = 175+134+34=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8622 is #5079DD. Grayscale: #878787. Windows color (decimal): -5274078 or 2262703. OLE color: 2262703.

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

Color convert

RGB17513434-
CMYK00.230.810.31
HSL42.55º67.46%40.98%-
HSV(B)42.55º80.57%68.63%-
XYZ26.4926.285.19-
YUV134.8671.08156.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 34 (13.67% from 255) = 9.91%
R=51.02%
G=39.07%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751343400.230.810.3142.5567.4640.98
HexAF8622017511F2b4329
Octal25720642027121375310351
Binary10101111100001101000100101111010001111111010111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8622; }

 p { color: rgb(175,134,34); }

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

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

 a { background-color: rgb(175,134,34); }

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

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

 span { border-color: rgb(175,134,34); }

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