Html Css Color HEX #A17E11 Hacienda

📋 copy color: '#A17E11'

red 161 ◦ green 126 ◦ blue 17

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

Shades of Hacienda #A17E11

Tints of Hacienda #A17E11

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.45%

 BLUE value IS 17 (7.03% from 255) = 5.59%

R = 52.96%
G = 41.45%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A17E11 (or 0xA17E11) is known color: Hacienda. HEX triplet: A1, 7E and 11. RGB value is (161,126,17). Sum of RGB (Red+Green+Blue) = 161+126+17=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17E11 is #5E81EE. Grayscale: #7C7C7C. Windows color (decimal): -6193647 or 1146529. OLE color: 1146529.

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

Color convert

RGB 161 126 17 -
CMYK 0 0.22 0.89 0.37
HSL 45.42º 0.81% 0.35% -
HSV(B) 45.42º 0.89% 0.63% -
XYZ 22.26 22.54 3.71 -
YUV 124.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 161 126 17 0 0.22 0.89 0.37 45.42 0.81 0.35
Hex A1 7E 11 0 16 59 25 2D 51 23
Octal 241 176 21 0 26 131 45 55 121 43
Binary 10100001 1111110 10001 0 10110 1011001 100101 101101 1010001 100011

Color Harmonies of #A17E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E11

Black with #A17E11

Text Example


Text Example

White with #A17E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E11; }

 p { color: rgb(161,126,17); }

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

background-color css

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

 a { background-color: rgb(161,126,17); }

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

border-color css

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

 span { border-color: rgb(161,126,17); }

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