#A07A29

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

Shades of Hacienda #A07A29

Tints of Hacienda #A07A29

Color information

#A07A29 (or 0xA07A29) is unknown color: approx Hacienda. HEX triplet: A0, 7A and 29. RGB value is (160,122,41). Sum of RGB (Red+Green+Blue) = 160+122+41=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A29 is #5F85D6. Grayscale: #7C7C7C. Windows color (decimal): -6260183 or 2718368. OLE color: 2718368.

HSL color Cylindrical-coordinate representation of color #A07A29: hue angle of 40.84º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A07A29 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16012241-
CMYK00.240.740.37
HSL40.84º59.2%39.41%-
HSV(B)40.84º74.37%62.75%-
XYZ21.8621.555.11-
YUV124.1381.09153.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 41 (16.41% from 255) = 12.69%
R=49.54%
G=37.77%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601224100.240.740.3740.8459.239.41
HexA07A290184A25293b27
Octal2401725103011245517347
Binary1010000011110101010010110001001010100101101001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A29; }

 p { color: rgb(160,122,41); }

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

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

 a { background-color: rgb(160,122,41); }

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

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

 span { border-color: rgb(160,122,41); }

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