#A87F1B

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

Shades of Hacienda #A87F1B

Tints of Hacienda #A87F1B

Color information

#A87F1B (or 0xA87F1B) is unknown color: approx Hacienda. HEX triplet: A8, 7F and 1B. RGB value is (168,127,27). Sum of RGB (Red+Green+Blue) = 168+127+27=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F1B is #5780E4. Grayscale: #808080. Windows color (decimal): -5734629 or 1802152. OLE color: 1802152.

HSL color Cylindrical-coordinate representation of color #A87F1B: hue angle of 42.55º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A87F1B is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB16812727-
CMYK00.240.840.34
HSL42.55º72.31%38.24%-
HSV(B)42.55º83.93%65.88%-
XYZ23.9423.584.33-
YUV127.8671.08156.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 27 (10.94% from 255) = 8.39%
R=52.17%
G=39.44%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681272700.240.840.3442.5572.3138.24
HexA87F1B01854222b4826
Octal25017733030124425311046
Binary1010100011111111101101100010101001000101010111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F1B; }

 p { color: rgb(168,127,27); }

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

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

 a { background-color: rgb(168,127,27); }

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

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

 span { border-color: rgb(168,127,27); }

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