Html Css Color HEX #A17F11 Hacienda

📋 copy color: '#A17F11'

red 161 ◦ green 127 ◦ blue 17

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

Shades of Hacienda #A17F11

Tints of Hacienda #A17F11

RGB

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

 GREEN value IS 127 (50% from 255) = 41.64%

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

R = 52.79%
G = 41.64%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A17F11 (or 0xA17F11) is known color: Hacienda. HEX triplet: A1, 7F and 11. RGB value is (161,127,17). Sum of RGB (Red+Green+Blue) = 161+127+17=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17F11 is #5E80EE. Grayscale: #7D7D7D. Windows color (decimal): -6193391 or 1146785. OLE color: 1146785.

HSL color Cylindrical-coordinate representation of color #A17F11: hue angle of 45.83º 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 #A17F11 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 127 17 -
CMYK 0 0.21 0.89 0.37
HSL 45.83º 0.81% 0.35% -
HSV(B) 45.83º 0.89% 0.63% -
XYZ 22.39 22.8 3.75 -
YUV 124.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 161 127 17 0 0.21 0.89 0.37 45.83 0.81 0.35
Hex A1 7F 11 0 15 59 25 2E 51 23
Octal 241 177 21 0 25 131 45 56 121 43
Binary 10100001 1111111 10001 0 10101 1011001 100101 101110 1010001 100011

Color Harmonies of #A17F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F11

Black with #A17F11

Text Example


Text Example

White with #A17F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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