Html Css Color HEX #A17717 Hacienda

📋 copy color: '#A17717'

red 161 ◦ green 119 ◦ blue 23

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

Shades of Hacienda #A17717

Tints of Hacienda #A17717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.59%

R = 53.14%
G = 39.27%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A17717 (or 0xA17717) is known color: Hacienda. HEX triplet: A1, 77 and 17. RGB value is (161,119,23). Sum of RGB (Red+Green+Blue) = 161+119+23=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A17717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17717 is #5E88E8. Grayscale: #797979. Windows color (decimal): -6195433 or 1537953. OLE color: 1537953.

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

Color convert

RGB 161 119 23 -
CMYK 0 0.26 0.86 0.37
HSL 41.74º 0.75% 0.36% -
HSV(B) 41.74º 0.86% 0.63% -
XYZ 21.45 20.83 3.7 -
YUV 120.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 161 119 23 0 0.26 0.86 0.37 41.74 0.75 0.36
Hex A1 77 17 0 1A 56 25 2A 4B 24
Octal 241 167 27 0 32 126 45 52 113 44
Binary 10100001 1110111 10111 0 11010 1010110 100101 101010 1001011 100100

Color Harmonies of #A17717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17717

Black with #A17717

Text Example


Text Example

White with #A17717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17717; }

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

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

background-color css

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

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

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

border-color css

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

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

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