#a77f21

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

Shades of Hacienda #A77F21

Tints of Hacienda #A77F21

Color information

#A77F21 (or 0xA77F21) is unknown color: approx Hacienda. HEX triplet: A7, 7F and 21. RGB value is (167,127,33). Sum of RGB (Red+Green+Blue) = 167+127+33=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77F21 is #5880DE. Grayscale: #808080. Windows color (decimal): -5800159 or 2195367. OLE color: 2195367.

HSL color Cylindrical-coordinate representation of color #A77F21: hue angle of 42.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A77F21 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16712733-
CMYK00.240.800.35
HSL42.09º67%39.22%-
HSV(B)42.09º80.24%65.49%-
XYZ23.823.54.72-
YUV128.2474.25155.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.07%
GREEN value IS 127 (50% from 255) = 38.84%
BLUE value IS 33 (13.28% from 255) = 10.09%
R=51.07%
G=38.84%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671273300.240.800.3542.096739.22
HexA77F2101850232a4327
Octal24717741030120435210347
Binary10100111111111110000101100010100001000111010101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a77f21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a77f21; }

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

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

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

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

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

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

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

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