Html Css Color HEX #A0871E Hacienda

📋 copy color: '#A0871E'

red 160 ◦ green 135 ◦ blue 30

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

Shades of Hacienda #A0871E

Tints of Hacienda #A0871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.23%

R = 49.23%
G = 41.54%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0871E (or 0xA0871E) is known color: Hacienda. HEX triplet: A0, 87 and 1E. RGB value is (160,135,30). Sum of RGB (Red+Green+Blue) = 160+135+30=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0871E is #5F78E1. Grayscale: #828282. Windows color (decimal): -6256866 or 2000800. OLE color: 2000800.

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

Color convert

RGB 160 135 30 -
CMYK 0 0.16 0.81 0.37
HSL 48.46º 0.68% 0.37% -
HSV(B) 48.46º 0.81% 0.63% -
XYZ 23.4 24.9 4.8 -
YUV 130.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 160 135 30 0 0.16 0.81 0.37 48.46 0.68 0.37
Hex A0 87 1E 0 10 51 25 30 44 25
Octal 240 207 36 0 20 121 45 60 104 45
Binary 10100000 10000111 11110 0 10000 1010001 100101 110000 1000100 100101

Color Harmonies of #A0871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0871E

Black with #A0871E

Text Example


Text Example

White with #A0871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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