Html Css Color HEX #A17722 Hacienda

📋 copy color: '#A17722'

red 161 ◦ green 119 ◦ blue 34

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

Shades of Hacienda #A17722

Tints of Hacienda #A17722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.83%

R = 51.27%
G = 37.9%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A17722 (or 0xA17722) is known color: Hacienda. HEX triplet: A1, 77 and 22. RGB value is (161,119,34). Sum of RGB (Red+Green+Blue) = 161+119+34=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A17722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17722 is #5E88DD. Grayscale: #7A7A7A. Windows color (decimal): -6195422 or 2258849. OLE color: 2258849.

HSL color Cylindrical-coordinate representation of color #A17722: hue angle of 40.16º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A17722 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 119 34 -
CMYK 0 0.26 0.79 0.37
HSL 40.16º 0.65% 0.38% -
HSV(B) 40.16º 0.79% 0.63% -
XYZ 21.58 20.89 4.41 -
YUV 121.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 161 119 34 0 0.26 0.79 0.37 40.16 0.65 0.38
Hex A1 77 22 0 1A 4F 25 28 41 26
Octal 241 167 42 0 32 117 45 50 101 46
Binary 10100001 1110111 100010 0 11010 1001111 100101 101000 1000001 100110

Color Harmonies of #A17722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17722

Black with #A17722

Text Example


Text Example

White with #A17722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17722; }

 p { color: rgb(161,119,34); }

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

background-color css

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

 a { background-color: rgb(161,119,34); }

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

border-color css

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

 span { border-color: rgb(161,119,34); }

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