Html Css Color HEX #A3881F Hacienda

📋 copy color: '#A3881F'

red 163 ◦ green 136 ◦ blue 31

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

Shades of Hacienda #A3881F

Tints of Hacienda #A3881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

 BLUE value IS 31 (12.5% from 255) = 9.39%

R = 49.39%
G = 41.21%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A3881F (or 0xA3881F) is known color: Hacienda. HEX triplet: A3, 88 and 1F. RGB value is (163,136,31). Sum of RGB (Red+Green+Blue) = 163+136+31=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A3881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3881F is #5C77E0. Grayscale: #848484. Windows color (decimal): -6060001 or 2066595. OLE color: 2066595.

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

Color convert

RGB 163 136 31 -
CMYK 0 0.17 0.81 0.36
HSL 47.73º 0.68% 0.38% -
HSV(B) 47.73º 0.81% 0.64% -
XYZ 24.16 25.49 4.94 -
YUV 132.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 163 136 31 0 0.17 0.81 0.36 47.73 0.68 0.38
Hex A3 88 1F 0 11 51 24 30 44 26
Octal 243 210 37 0 21 121 44 60 104 46
Binary 10100011 10001000 11111 0 10001 1010001 100100 110000 1000100 100110

Color Harmonies of #A3881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3881F

Black with #A3881F

Text Example


Text Example

White with #A3881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3881F; }

 p { color: rgb(163,136,31); }

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

background-color css

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

 a { background-color: rgb(163,136,31); }

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

border-color css

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

 span { border-color: rgb(163,136,31); }

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