Html Css Color HEX #A17913 Hacienda

📋 copy color: '#A17913'

red 161 ◦ green 121 ◦ blue 19

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

Shades of Hacienda #A17913

Tints of Hacienda #A17913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 53.49%
G = 40.2%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A17913 (or 0xA17913) is known color: Hacienda. HEX triplet: A1, 79 and 13. RGB value is (161,121,19). Sum of RGB (Red+Green+Blue) = 161+121+19=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A17913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17913 is #5E86EC. Grayscale: #797979. Windows color (decimal): -6194925 or 1276321. OLE color: 1276321.

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

Color convert

RGB 161 121 19 -
CMYK 0 0.25 0.88 0.37
HSL 43.1º 0.79% 0.35% -
HSV(B) 43.1º 0.88% 0.63% -
XYZ 21.65 21.3 3.59 -
YUV 121.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 161 121 19 0 0.25 0.88 0.37 43.1 0.79 0.35
Hex A1 79 13 0 19 58 25 2B 4F 23
Octal 241 171 23 0 31 130 45 53 117 43
Binary 10100001 1111001 10011 0 11001 1011000 100101 101011 1001111 100011

Color Harmonies of #A17913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17913

Black with #A17913

Text Example


Text Example

White with #A17913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17913; }

 p { color: rgb(161,121,19); }

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

background-color css

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

 a { background-color: rgb(161,121,19); }

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

border-color css

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

 span { border-color: rgb(161,121,19); }

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