Html Css Color HEX #A0862B Hacienda

📋 copy color: '#A0862B'

red 160 ◦ green 134 ◦ blue 43

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

Shades of Hacienda #A0862B

Tints of Hacienda #A0862B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.76%

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 47.48%
G = 39.76%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0862B (or 0xA0862B) is known color: Hacienda. HEX triplet: A0, 86 and 2B. RGB value is (160,134,43). Sum of RGB (Red+Green+Blue) = 160+134+43=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0862B is #5F79D4. Grayscale: #838383. Windows color (decimal): -6257109 or 2852512. OLE color: 2852512.

HSL color Cylindrical-coordinate representation of color #A0862B: hue angle of 46.67º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0862B is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 43 -
CMYK 0 0.16 0.73 0.37
HSL 46.67º 0.58% 0.4% -
HSV(B) 46.67º 0.73% 0.63% -
XYZ 23.46 24.7 5.82 -
YUV 131.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 160 134 43 0 0.16 0.73 0.37 46.67 0.58 0.4
Hex A0 86 2B 0 10 49 25 2F 3A 28
Octal 240 206 53 0 20 111 45 57 72 50
Binary 10100000 10000110 101011 0 10000 1001001 100101 101111 111010 101000

Color Harmonies of #A0862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0862B

Black with #A0862B

Text Example


Text Example

White with #A0862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0862B; }

 p { color: rgb(160,134,43); }

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

background-color css

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

 a { background-color: rgb(160,134,43); }

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

border-color css

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

 span { border-color: rgb(160,134,43); }

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