Html Css Color HEX #A0821C Hacienda

📋 copy color: '#A0821C'

red 160 ◦ green 130 ◦ blue 28

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

Shades of Hacienda #A0821C

Tints of Hacienda #A0821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 50.31%
G = 40.88%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0821C (or 0xA0821C) is known color: Hacienda. HEX triplet: A0, 82 and 1C. RGB value is (160,130,28). Sum of RGB (Red+Green+Blue) = 160+130+28=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0821C is #5F7DE3. Grayscale: #7F7F7F. Windows color (decimal): -6258148 or 1868448. OLE color: 1868448.

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

Color convert

RGB 160 130 28 -
CMYK 0 0.19 0.82 0.37
HSL 46.36º 0.7% 0.37% -
HSV(B) 46.36º 0.83% 0.63% -
XYZ 22.69 23.52 4.44 -
YUV 127.34 71.94 151.29 -
System Red Green Blue C M Y K H S L
Decimal 160 130 28 0 0.19 0.82 0.37 46.36 0.7 0.37
Hex A0 82 1C 0 13 52 25 2E 46 25
Octal 240 202 34 0 23 122 45 56 106 45
Binary 10100000 10000010 11100 0 10011 1010010 100101 101110 1000110 100101

Color Harmonies of #A0821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0821C

Black with #A0821C

Text Example


Text Example

White with #A0821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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