Html Css Color HEX #A0831E Hacienda

📋 copy color: '#A0831E'

red 160 ◦ green 131 ◦ blue 30

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

Shades of Hacienda #A0831E

Tints of Hacienda #A0831E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 49.84%
G = 40.81%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0831E (or 0xA0831E) is known color: Hacienda. HEX triplet: A0, 83 and 1E. RGB value is (160,131,30). Sum of RGB (Red+Green+Blue) = 160+131+30=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0831E is #5F7CE1. Grayscale: #808080. Windows color (decimal): -6257890 or 1999776. OLE color: 1999776.

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

Color convert

RGB 160 131 30 -
CMYK 0 0.18 0.81 0.37
HSL 46.62º 0.68% 0.37% -
HSV(B) 46.62º 0.81% 0.63% -
XYZ 22.85 23.8 4.62 -
YUV 128.16 72.61 150.71 -
System Red Green Blue C M Y K H S L
Decimal 160 131 30 0 0.18 0.81 0.37 46.62 0.68 0.37
Hex A0 83 1E 0 12 51 25 2F 44 25
Octal 240 203 36 0 22 121 45 57 104 45
Binary 10100000 10000011 11110 0 10010 1010001 100101 101111 1000100 100101

Color Harmonies of #A0831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0831E

Black with #A0831E

Text Example


Text Example

White with #A0831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0831E; }

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

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

background-color css

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

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

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

border-color css

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

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

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