#A87B1C

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

Shades of Hacienda #A87B1C

Tints of Hacienda #A87B1C

Color information

#A87B1C (or 0xA87B1C) is unknown color: approx Hacienda. HEX triplet: A8, 7B and 1C. RGB value is (168,123,28). Sum of RGB (Red+Green+Blue) = 168+123+28=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87B1C is #5784E3. Grayscale: #7E7E7E. Windows color (decimal): -5735652 or 1866664. OLE color: 1866664.

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

Color convert

RGB16812328-
CMYK00.270.830.34
HSL40.71º71.43%38.43%-
HSV(B)40.71º83.33%65.88%-
XYZ23.4422.574.22-
YUV125.6272.91158.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 28 (11.33% from 255) = 8.78%
R=52.66%
G=38.56%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681232800.270.830.3440.7171.4338.43
HexA87B1C01B5322294726
Octal25017334033123425110746
Binary1010100011110111110001101110100111000101010011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87B1C; }

 p { color: rgb(168,123,28); }

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

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

 a { background-color: rgb(168,123,28); }

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

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

 span { border-color: rgb(168,123,28); }

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