#A4791B

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

Shades of Hacienda #A4791B

Tints of Hacienda #A4791B

Color information

#A4791B (or 0xA4791B) is unknown color: approx Hacienda. HEX triplet: A4, 79 and 1B. RGB value is (164,121,27). Sum of RGB (Red+Green+Blue) = 164+121+27=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4791B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4791B is #5B86E4. Grayscale: #7B7B7B. Windows color (decimal): -5998309 or 1800612. OLE color: 1800612.

HSL color Cylindrical-coordinate representation of color #A4791B: hue angle of 41.17º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4791B is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB16412127-
CMYK00.260.840.36
HSL41.17º71.73%37.45%-
HSV(B)41.17º83.54%64.31%-
XYZ22.3521.654.04-
YUV123.1473.75157.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.56%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=52.56%
G=38.78%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641212700.260.840.3641.1771.7337.45
HexA4791B01A5424294825
Octal24417133032124445111045
Binary1010010011110011101101101010101001001001010011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4791B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4791B; }

 p { color: rgb(164,121,27); }

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

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

 a { background-color: rgb(164,121,27); }

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

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

 span { border-color: rgb(164,121,27); }

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