Html Css Color HEX #A0841B Hacienda

📋 copy color: '#A0841B'

red 160 ◦ green 132 ◦ blue 27

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

Shades of Hacienda #A0841B

Tints of Hacienda #A0841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.38%

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 50.16%
G = 41.38%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0841B (or 0xA0841B) is known color: Hacienda. HEX triplet: A0, 84 and 1B. RGB value is (160,132,27). Sum of RGB (Red+Green+Blue) = 160+132+27=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0841B is #5F7BE4. Grayscale: #808080. Windows color (decimal): -6257637 or 1803424. OLE color: 1803424.

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

Color convert

RGB 160 132 27 -
CMYK 0 0.17 0.83 0.37
HSL 47.37º 0.71% 0.37% -
HSV(B) 47.37º 0.83% 0.63% -
XYZ 22.95 24.06 4.47 -
YUV 128.4 70.78 150.54 -
System Red Green Blue C M Y K H S L
Decimal 160 132 27 0 0.17 0.83 0.37 47.37 0.71 0.37
Hex A0 84 1B 0 11 53 25 2F 47 25
Octal 240 204 33 0 21 123 45 57 107 45
Binary 10100000 10000100 11011 0 10001 1010011 100101 101111 1000111 100101

Color Harmonies of #A0841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0841B

Black with #A0841B

Text Example


Text Example

White with #A0841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0841B; }

 p { color: rgb(160,132,27); }

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

background-color css

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

 a { background-color: rgb(160,132,27); }

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

border-color css

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

 span { border-color: rgb(160,132,27); }

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