Html Css Color HEX #A0831D Hacienda

📋 copy color: '#A0831D'

red 160 ◦ green 131 ◦ blue 29

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

Shades of Hacienda #A0831D

Tints of Hacienda #A0831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 50%
G = 40.94%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0831D (or 0xA0831D) is known color: Hacienda. HEX triplet: A0, 83 and 1D. RGB value is (160,131,29). Sum of RGB (Red+Green+Blue) = 160+131+29=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0831D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0831D is #5F7CE2. Grayscale: #808080. Windows color (decimal): -6257891 or 1934240. OLE color: 1934240.

HSL color Cylindrical-coordinate representation of color #A0831D: hue angle of 46.72º degrees, saturation: 0.69, 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 #A0831D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 29 -
CMYK 0 0.18 0.82 0.37
HSL 46.72º 0.69% 0.37% -
HSV(B) 46.72º 0.82% 0.63% -
XYZ 22.84 23.79 4.55 -
YUV 128.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 160 131 29 0 0.18 0.82 0.37 46.72 0.69 0.37
Hex A0 83 1D 0 12 52 25 2F 45 25
Octal 240 203 35 0 22 122 45 57 105 45
Binary 10100000 10000011 11101 0 10010 1010010 100101 101111 1000101 100101

Color Harmonies of #A0831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0831D

Black with #A0831D

Text Example


Text Example

White with #A0831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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