Html Css Color HEX #A1871D Hacienda

📋 copy color: '#A1871D'

red 161 ◦ green 135 ◦ blue 29

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

Shades of Hacienda #A1871D

Tints of Hacienda #A1871D

RGB

 RED value IS 161 (63.28% from 255) = 49.54%

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

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

R = 49.54%
G = 41.54%
B = 8.92%

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

#A1871D (or 0xA1871D) is known color: Hacienda. HEX triplet: A1, 87 and 1D. RGB value is (161,135,29). Sum of RGB (Red+Green+Blue) = 161+135+29=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1871D is #5E78E2. Grayscale: #838383. Windows color (decimal): -6191331 or 1935265. OLE color: 1935265.

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

Color convert

RGB 161 135 29 -
CMYK 0 0.16 0.82 0.37
HSL 48.18º 0.69% 0.37% -
HSV(B) 48.18º 0.82% 0.63% -
XYZ 23.58 24.99 4.74 -
YUV 130.69 70.61 149.62 -
System Red Green Blue C M Y K H S L
Decimal 161 135 29 0 0.16 0.82 0.37 48.18 0.69 0.37
Hex A1 87 1D 0 10 52 25 30 45 25
Octal 241 207 35 0 20 122 45 60 105 45
Binary 10100001 10000111 11101 0 10000 1010010 100101 110000 1000101 100101

Color Harmonies of #A1871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1871D

Black with #A1871D

Text Example


Text Example

White with #A1871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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