#A77B12

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

Shades of Hacienda #A77B12

Tints of Hacienda #A77B12

Color information

#A77B12 (or 0xA77B12) is unknown color: approx Hacienda. HEX triplet: A7, 7B and 12. RGB value is (167,123,18). Sum of RGB (Red+Green+Blue) = 167+123+18=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77B12 is #5884ED. Grayscale: #7C7C7C. Windows color (decimal): -5801198 or 1211303. OLE color: 1211303.

HSL color Cylindrical-coordinate representation of color #A77B12: hue angle of 42.28º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A77B12 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16712318-
CMYK00.260.890.35
HSL42.28º80.54%36.27%-
HSV(B)42.28º89.22%65.49%-
XYZ23.1322.433.68-
YUV124.1968.08158.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.22%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=54.22%
G=39.94%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671231800.260.890.3542.2880.5436.27
HexA77B1201A59232a5124
Octal24717322032131435212144
Binary1010011111110111001001101010110011000111010101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77B12; }

 p { color: rgb(167,123,18); }

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

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

 a { background-color: rgb(167,123,18); }

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

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

 span { border-color: rgb(167,123,18); }

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