Html Css Color HEX #A17417 Hacienda

📋 copy color: '#A17417'

red 161 ◦ green 116 ◦ blue 23

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

Shades of Hacienda #A17417

Tints of Hacienda #A17417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 23 (9.38% from 255) = 7.67%

R = 53.67%
G = 38.67%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A17417 (or 0xA17417) is known color: Hacienda. HEX triplet: A1, 74 and 17. RGB value is (161,116,23). Sum of RGB (Red+Green+Blue) = 161+116+23=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A17417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17417 is #5E8BE8. Grayscale: #777777. Windows color (decimal): -6196201 or 1537185. OLE color: 1537185.

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

Color convert

RGB 161 116 23 -
CMYK 0 0.28 0.86 0.37
HSL 40.43º 0.75% 0.36% -
HSV(B) 40.43º 0.86% 0.63% -
XYZ 21.1 20.13 3.58 -
YUV 118.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 161 116 23 0 0.28 0.86 0.37 40.43 0.75 0.36
Hex A1 74 17 0 1C 56 25 28 4B 24
Octal 241 164 27 0 34 126 45 50 113 44
Binary 10100001 1110100 10111 0 11100 1010110 100101 101000 1001011 100100

Color Harmonies of #A17417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17417

Black with #A17417

Text Example


Text Example

White with #A17417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17417; }

 p { color: rgb(161,116,23); }

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

background-color css

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

 a { background-color: rgb(161,116,23); }

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

border-color css

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

 span { border-color: rgb(161,116,23); }

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