Html Css Color HEX #A0821A Hacienda

📋 copy color: '#A0821A'

red 160 ◦ green 130 ◦ blue 26

#A0821A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #A0821A

Tints of Hacienda #A0821A

RGB

 RED value IS 160 (62.89% from 255) = 50.63%

 GREEN value IS 130 (51.17% from 255) = 41.14%

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 50.63%
G = 41.14%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0821A (or 0xA0821A) is known color: Hacienda. HEX triplet: A0, 82 and 1A. RGB value is (160,130,26). Sum of RGB (Red+Green+Blue) = 160+130+26=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0821A is #5F7DE5. Grayscale: #7F7F7F. Windows color (decimal): -6258150 or 1737376. OLE color: 1737376.

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

Color convert

RGB 160 130 26 -
CMYK 0 0.19 0.84 0.37
HSL 46.57º 0.72% 0.36% -
HSV(B) 46.57º 0.84% 0.63% -
XYZ 22.67 23.51 4.32 -
YUV 127.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 160 130 26 0 0.19 0.84 0.37 46.57 0.72 0.36
Hex A0 82 1A 0 13 54 25 2F 48 24
Octal 240 202 32 0 23 124 45 57 110 44
Binary 10100000 10000010 11010 0 10011 1010100 100101 101111 1001000 100100

Color Harmonies of #A0821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0821A

Black with #A0821A

Text Example


Text Example

White with #A0821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0821A; }

 p { color: rgb(160,130,26); }

 H1.HeaderClassName
 {
   color: #A0821A;
 }
 .AnyTagClassName
 {
   color: #A0821A;
 }
</style>

background-color css

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

 a { background-color: rgb(160,130,26); }

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

border-color css

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

 span { border-color: rgb(160,130,26); }

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