Html Css Color HEX #A3871D Hacienda

📋 copy color: '#A3871D'

red 163 ◦ green 135 ◦ blue 29

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

Shades of Hacienda #A3871D

Tints of Hacienda #A3871D

RGB

 RED value IS 163 (64.06% from 255) = 49.85%

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

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

R = 49.85%
G = 41.28%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3871D (or 0xA3871D) is known color: Hacienda. HEX triplet: A3, 87 and 1D. RGB value is (163,135,29). Sum of RGB (Red+Green+Blue) = 163+135+29=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3871D is #5C78E2. Grayscale: #838383. Windows color (decimal): -6060259 or 1935267. OLE color: 1935267.

HSL color Cylindrical-coordinate representation of color #A3871D: hue angle of 47.46º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3871D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 135 29 -
CMYK 0 0.17 0.82 0.36
HSL 47.46º 0.7% 0.38% -
HSV(B) 47.46º 0.82% 0.64% -
XYZ 23.99 25.2 4.76 -
YUV 131.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 163 135 29 0 0.17 0.82 0.36 47.46 0.7 0.38
Hex A3 87 1D 0 11 52 24 2F 46 26
Octal 243 207 35 0 21 122 44 57 106 46
Binary 10100011 10000111 11101 0 10001 1010010 100100 101111 1000110 100110

Color Harmonies of #A3871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3871D

Black with #A3871D

Text Example


Text Example

White with #A3871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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