Html Css Color HEX #A17D16 Hacienda

📋 copy color: '#A17D16'

red 161 ◦ green 125 ◦ blue 22

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

Shades of Hacienda #A17D16

Tints of Hacienda #A17D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.58%

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

R = 52.27%
G = 40.58%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A17D16 (or 0xA17D16) is known color: Hacienda. HEX triplet: A1, 7D and 16. RGB value is (161,125,22). Sum of RGB (Red+Green+Blue) = 161+125+22=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17D16 is #5E82E9. Grayscale: #7C7C7C. Windows color (decimal): -6193898 or 1473953. OLE color: 1473953.

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

Color convert

RGB 161 125 22 -
CMYK 0 0.22 0.86 0.37
HSL 44.46º 0.76% 0.36% -
HSV(B) 44.46º 0.86% 0.63% -
XYZ 22.18 22.3 3.89 -
YUV 124.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 161 125 22 0 0.22 0.86 0.37 44.46 0.76 0.36
Hex A1 7D 16 0 16 56 25 2C 4C 24
Octal 241 175 26 0 26 126 45 54 114 44
Binary 10100001 1111101 10110 0 10110 1010110 100101 101100 1001100 100100

Color Harmonies of #A17D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D16

Black with #A17D16

Text Example


Text Example

White with #A17D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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