Html Css Color HEX #A0861D Hacienda

📋 copy color: '#A0861D'

red 160 ◦ green 134 ◦ blue 29

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

Shades of Hacienda #A0861D

Tints of Hacienda #A0861D

RGB

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

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

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

R = 49.54%
G = 41.49%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0861D (or 0xA0861D) is known color: Hacienda. HEX triplet: A0, 86 and 1D. RGB value is (160,134,29). Sum of RGB (Red+Green+Blue) = 160+134+29=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0861D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0861D is #5F79E2. Grayscale: #828282. Windows color (decimal): -6257123 or 1935008. OLE color: 1935008.

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

Color convert

RGB 160 134 29 -
CMYK 0 0.16 0.82 0.37
HSL 48.09º 0.69% 0.37% -
HSV(B) 48.09º 0.82% 0.63% -
XYZ 23.24 24.61 4.69 -
YUV 129.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 160 134 29 0 0.16 0.82 0.37 48.09 0.69 0.37
Hex A0 86 1D 0 10 52 25 30 45 25
Octal 240 206 35 0 20 122 45 60 105 45
Binary 10100000 10000110 11101 0 10000 1010010 100101 110000 1000101 100101

Color Harmonies of #A0861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0861D

Black with #A0861D

Text Example


Text Example

White with #A0861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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