Html Css Color HEX #A2771F Hacienda

📋 copy color: '#A2771F'

red 162 ◦ green 119 ◦ blue 31

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

Shades of Hacienda #A2771F

Tints of Hacienda #A2771F

RGB

 RED value IS 162 (63.67% from 255) = 51.92%

 GREEN value IS 119 (46.88% from 255) = 38.14%

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

R = 51.92%
G = 38.14%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2771F (or 0xA2771F) is known color: Hacienda. HEX triplet: A2, 77 and 1F. RGB value is (162,119,31). Sum of RGB (Red+Green+Blue) = 162+119+31=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2771F is #5D88E0. Grayscale: #7A7A7A. Windows color (decimal): -6129889 or 2062242. OLE color: 2062242.

HSL color Cylindrical-coordinate representation of color #A2771F: hue angle of 40.31º 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 #A2771F is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 119 31 -
CMYK 0 0.27 0.81 0.36
HSL 40.31º 0.68% 0.38% -
HSV(B) 40.31º 0.81% 0.64% -
XYZ 21.74 20.97 4.2 -
YUV 121.83 76.75 156.66 -
System Red Green Blue C M Y K H S L
Decimal 162 119 31 0 0.27 0.81 0.36 40.31 0.68 0.38
Hex A2 77 1F 0 1B 51 24 28 44 26
Octal 242 167 37 0 33 121 44 50 104 46
Binary 10100010 1110111 11111 0 11011 1010001 100100 101000 1000100 100110

Color Harmonies of #A2771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2771F

Black with #A2771F

Text Example


Text Example

White with #A2771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2771F; }

 p { color: rgb(162,119,31); }

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

background-color css

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

 a { background-color: rgb(162,119,31); }

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

border-color css

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

 span { border-color: rgb(162,119,31); }

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