Html Css Color HEX #A0841D Hacienda

📋 copy color: '#A0841D'

red 160 ◦ green 132 ◦ blue 29

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

Shades of Hacienda #A0841D

Tints of Hacienda #A0841D

RGB

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

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

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

R = 49.84%
G = 41.12%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0841D (or 0xA0841D) is known color: Hacienda. HEX triplet: A0, 84 and 1D. RGB value is (160,132,29). Sum of RGB (Red+Green+Blue) = 160+132+29=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0841D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0841D is #5F7BE2. Grayscale: #818181. Windows color (decimal): -6257635 or 1934496. OLE color: 1934496.

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

Color convert

RGB 160 132 29 -
CMYK 0 0.17 0.82 0.37
HSL 47.18º 0.69% 0.37% -
HSV(B) 47.18º 0.82% 0.63% -
XYZ 22.97 24.06 4.6 -
YUV 128.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 160 132 29 0 0.17 0.82 0.37 47.18 0.69 0.37
Hex A0 84 1D 0 11 52 25 2F 45 25
Octal 240 204 35 0 21 122 45 57 105 45
Binary 10100000 10000100 11101 0 10001 1010010 100101 101111 1000101 100101

Color Harmonies of #A0841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0841D

Black with #A0841D

Text Example


Text Example

White with #A0841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0841D; }

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

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

background-color css

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

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

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

border-color css

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

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

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