#A77F1B

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

Shades of Hacienda #A77F1B

Tints of Hacienda #A77F1B

Color information

#A77F1B (or 0xA77F1B) is unknown color: approx Hacienda. HEX triplet: A7, 7F and 1B. RGB value is (167,127,27). Sum of RGB (Red+Green+Blue) = 167+127+27=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77F1B is #5880E4. Grayscale: #808080. Windows color (decimal): -5800165 or 1802151. OLE color: 1802151.

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

Color convert

RGB16712727-
CMYK00.240.840.35
HSL42.86º72.16%38.04%-
HSV(B)42.86º83.83%65.49%-
XYZ23.7223.474.32-
YUV127.5671.25156.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 27 (10.94% from 255) = 8.41%
R=52.02%
G=39.56%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671272700.240.840.3542.8672.1638.04
HexA77F1B01854232b4826
Octal24717733030124435311046
Binary1010011111111111101101100010101001000111010111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F1B; }

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

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

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

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

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

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

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

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