Html Css Color HEX #A17B16 Hacienda

📋 copy color: '#A17B16'

red 161 ◦ green 123 ◦ blue 22

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

Shades of Hacienda #A17B16

Tints of Hacienda #A17B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.2%

 BLUE value IS 22 (8.98% from 255) = 7.19%

R = 52.61%
G = 40.2%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A17B16 (or 0xA17B16) is known color: Hacienda. HEX triplet: A1, 7B and 16. RGB value is (161,123,22). Sum of RGB (Red+Green+Blue) = 161+123+22=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17B16 is #5E84E9. Grayscale: #7B7B7B. Windows color (decimal): -6194410 or 1473441. OLE color: 1473441.

HSL color Cylindrical-coordinate representation of color #A17B16: hue angle of 43.6º degrees, saturation: 0.76, 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 #A17B16 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 123 22 -
CMYK 0 0.24 0.86 0.37
HSL 43.6º 0.76% 0.36% -
HSV(B) 43.6º 0.86% 0.63% -
XYZ 21.93 21.8 3.81 -
YUV 122.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 161 123 22 0 0.24 0.86 0.37 43.6 0.76 0.36
Hex A1 7B 16 0 18 56 25 2C 4C 24
Octal 241 173 26 0 30 126 45 54 114 44
Binary 10100001 1111011 10110 0 11000 1010110 100101 101100 1001100 100100

Color Harmonies of #A17B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17B16

Black with #A17B16

Text Example


Text Example

White with #A17B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17B16; }

 p { color: rgb(161,123,22); }

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

background-color css

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

 a { background-color: rgb(161,123,22); }

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

border-color css

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

 span { border-color: rgb(161,123,22); }

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