Html Css Color HEX #A0830B Hacienda

📋 copy color: '#A0830B'

red 160 ◦ green 131 ◦ blue 11

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

Shades of Hacienda #A0830B

Tints of Hacienda #A0830B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

 BLUE value IS 11 (4.69% from 255) = 3.64%

R = 52.98%
G = 43.38%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0830B (or 0xA0830B) is known color: Hacienda. HEX triplet: A0, 83 and 0B. RGB value is (160,131,11). Sum of RGB (Red+Green+Blue) = 160+131+11=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0830B is #5F7CF4. Grayscale: #7E7E7E. Windows color (decimal): -6257909 or 754592. OLE color: 754592.

HSL color Cylindrical-coordinate representation of color #A0830B: hue angle of 48.32º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0830B is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 11 -
CMYK 0 0.18 0.93 0.37
HSL 48.32º 0.87% 0.34% -
HSV(B) 48.32º 0.93% 0.63% -
XYZ 22.67 23.73 3.7 -
YUV 125.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 160 131 11 0 0.18 0.93 0.37 48.32 0.87 0.34
Hex A0 83 B 0 12 5D 25 30 57 22
Octal 240 203 13 0 22 135 45 60 127 42
Binary 10100000 10000011 1011 0 10010 1011101 100101 110000 1010111 100010

Color Harmonies of #A0830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0830B

Black with #A0830B

Text Example


Text Example

White with #A0830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0830B; }

 p { color: rgb(160,131,11); }

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

background-color css

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

 a { background-color: rgb(160,131,11); }

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

border-color css

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

 span { border-color: rgb(160,131,11); }

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