#A77F1E

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

Shades of Hacienda #A77F1E

Tints of Hacienda #A77F1E

Color information

#A77F1E (or 0xA77F1E) is unknown color: approx Hacienda. HEX triplet: A7, 7F and 1E. RGB value is (167,127,30). Sum of RGB (Red+Green+Blue) = 167+127+30=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77F1E is #5880E1. Grayscale: #808080. Windows color (decimal): -5800162 or 1998759. OLE color: 1998759.

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

Color convert

RGB16712730-
CMYK00.240.820.35
HSL42.48º69.54%38.63%-
HSV(B)42.48º82.04%65.49%-
XYZ23.7623.494.51-
YUV127.972.75155.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.54%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=51.54%
G=39.20%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671273000.240.820.3542.4869.5438.63
HexA77F1E01852232a4627
Octal24717736030122435210647
Binary1010011111111111111001100010100101000111010101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F1E; }

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

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

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

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

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

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

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

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