Html Css Color HEX #A17D14 Hacienda

📋 copy color: '#A17D14'

red 161 ◦ green 125 ◦ blue 20

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

Shades of Hacienda #A17D14

Tints of Hacienda #A17D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 52.61%
G = 40.85%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A17D14 (or 0xA17D14) is known color: Hacienda. HEX triplet: A1, 7D and 14. RGB value is (161,125,20). Sum of RGB (Red+Green+Blue) = 161+125+20=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17D14 is #5E82EB. Grayscale: #7C7C7C. Windows color (decimal): -6193900 or 1342881. OLE color: 1342881.

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

Color convert

RGB 161 125 20 -
CMYK 0 0.22 0.88 0.37
HSL 44.68º 0.78% 0.35% -
HSV(B) 44.68º 0.88% 0.63% -
XYZ 22.16 22.29 3.8 -
YUV 123.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 161 125 20 0 0.22 0.88 0.37 44.68 0.78 0.35
Hex A1 7D 14 0 16 58 25 2D 4E 23
Octal 241 175 24 0 26 130 45 55 116 43
Binary 10100001 1111101 10100 0 10110 1011000 100101 101101 1001110 100011

Color Harmonies of #A17D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D14

Black with #A17D14

Text Example


Text Example

White with #A17D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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