Html Css Color HEX #A17619 Hacienda

📋 copy color: '#A17619'

red 161 ◦ green 118 ◦ blue 25

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

Shades of Hacienda #A17619

Tints of Hacienda #A17619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 52.96%
G = 38.82%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A17619 (or 0xA17619) is known color: Hacienda. HEX triplet: A1, 76 and 19. RGB value is (161,118,25). Sum of RGB (Red+Green+Blue) = 161+118+25=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A17619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17619 is #5E89E6. Grayscale: #787878. Windows color (decimal): -6195687 or 1668769. OLE color: 1668769.

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

Color convert

RGB 161 118 25 -
CMYK 0 0.27 0.84 0.37
HSL 41.03º 0.73% 0.36% -
HSV(B) 41.03º 0.84% 0.63% -
XYZ 21.35 20.6 3.77 -
YUV 120.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 161 118 25 0 0.27 0.84 0.37 41.03 0.73 0.36
Hex A1 76 19 0 1B 54 25 29 49 24
Octal 241 166 31 0 33 124 45 51 111 44
Binary 10100001 1110110 11001 0 11011 1010100 100101 101001 1001001 100100

Color Harmonies of #A17619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17619

Black with #A17619

Text Example


Text Example

White with #A17619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17619; }

 p { color: rgb(161,118,25); }

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

background-color css

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

 a { background-color: rgb(161,118,25); }

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

border-color css

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

 span { border-color: rgb(161,118,25); }

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