Html Css Color HEX #A0871D Hacienda

📋 copy color: '#A0871D'

red 160 ◦ green 135 ◦ blue 29

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

Shades of Hacienda #A0871D

Tints of Hacienda #A0871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

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

R = 49.38%
G = 41.67%
B = 8.95%

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

#A0871D (or 0xA0871D) is known color: Hacienda. HEX triplet: A0, 87 and 1D. RGB value is (160,135,29). Sum of RGB (Red+Green+Blue) = 160+135+29=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0871D is #5F78E2. Grayscale: #828282. Windows color (decimal): -6256867 or 1935264. OLE color: 1935264.

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

Color convert

RGB 160 135 29 -
CMYK 0 0.16 0.82 0.37
HSL 48.55º 0.69% 0.37% -
HSV(B) 48.55º 0.82% 0.63% -
XYZ 23.38 24.89 4.73 -
YUV 130.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 160 135 29 0 0.16 0.82 0.37 48.55 0.69 0.37
Hex A0 87 1D 0 10 52 25 31 45 25
Octal 240 207 35 0 20 122 45 61 105 45
Binary 10100000 10000111 11101 0 10000 1010010 100101 110001 1000101 100101

Color Harmonies of #A0871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0871D

Black with #A0871D

Text Example


Text Example

White with #A0871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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