#A17F0B

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

Shades of Hacienda #A17F0B

Tints of Hacienda #A17F0B

Color information

#A17F0B (or 0xA17F0B) is unknown color: approx Hacienda. HEX triplet: A1, 7F and 0B. RGB value is (161,127,11). Sum of RGB (Red+Green+Blue) = 161+127+11=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17F0B is #5E80F4. Grayscale: #7C7C7C. Windows color (decimal): -6193397 or 753569. OLE color: 753569.

HSL color Cylindrical-coordinate representation of color #A17F0B: hue angle of 46.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A17F0B is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB16112711-
CMYK00.210.930.37
HSL46.4º87.21%33.73%-
HSV(B)46.4º93.17%63.14%-
XYZ22.3522.783.54-
YUV123.9464.26154.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=53.85%
G=42.47%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611271100.210.930.3746.487.2133.73
HexA17FB0155D252e5722
Octal24117713025135455612742
Binary101000011111111101101010110111011001011011101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F0B; }

 p { color: rgb(161,127,11); }

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

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

 a { background-color: rgb(161,127,11); }

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

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

 span { border-color: rgb(161,127,11); }

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