#A5802A

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

Shades of Hacienda #A5802A

Tints of Hacienda #A5802A

Color information

#A5802A (or 0xA5802A) is unknown color: approx Hacienda. HEX triplet: A5, 80 and 2A. RGB value is (165,128,42). Sum of RGB (Red+Green+Blue) = 165+128+42=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A5802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5802A is #5A7FD5. Grayscale: #818181. Windows color (decimal): -5930966 or 2785445. OLE color: 2785445.

HSL color Cylindrical-coordinate representation of color #A5802A: hue angle of 41.95º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5802A is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16512842-
CMYK00.220.750.35
HSL41.95º59.42%40.59%-
HSV(B)41.95º74.55%64.71%-
XYZ23.6523.65.5-
YUV129.2678.76153.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=49.25%
G=38.21%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651284200.220.750.3541.9559.4240.59
HexA5802A0164B232a3b29
Octal2452005202611343527351
Binary10100101100000001010100101101001011100011101010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5802A; }

 p { color: rgb(165,128,42); }

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

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

 a { background-color: rgb(165,128,42); }

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

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

 span { border-color: rgb(165,128,42); }

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