Html Css Color HEX #A0832F Hacienda

📋 copy color: '#A0832F'

red 160 ◦ green 131 ◦ blue 47

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

Shades of Hacienda #A0832F

Tints of Hacienda #A0832F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.91%

R = 47.34%
G = 38.76%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0832F (or 0xA0832F) is known color: Hacienda. HEX triplet: A0, 83 and 2F. RGB value is (160,131,47). Sum of RGB (Red+Green+Blue) = 160+131+47=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0832F is #5F7CD0. Grayscale: #828282. Windows color (decimal): -6257873 or 3113888. OLE color: 3113888.

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

Color convert

RGB 160 131 47 -
CMYK 0 0.18 0.71 0.37
HSL 44.6º 0.55% 0.41% -
HSV(B) 44.6º 0.71% 0.63% -
XYZ 23.13 23.91 6.09 -
YUV 130.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 160 131 47 0 0.18 0.71 0.37 44.6 0.55 0.41
Hex A0 83 2F 0 12 47 25 2D 37 29
Octal 240 203 57 0 22 107 45 55 67 51
Binary 10100000 10000011 101111 0 10010 1000111 100101 101101 110111 101001

Color Harmonies of #A0832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0832F

Black with #A0832F

Text Example


Text Example

White with #A0832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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