Html Css Color HEX #A17E17 Hacienda

📋 copy color: '#A17E17'

red 161 ◦ green 126 ◦ blue 23

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

Shades of Hacienda #A17E17

Tints of Hacienda #A17E17

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.65%

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

R = 51.94%
G = 40.65%
B = 7.42%

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

#A17E17 (or 0xA17E17) is known color: Hacienda. HEX triplet: A1, 7E and 17. RGB value is (161,126,23). Sum of RGB (Red+Green+Blue) = 161+126+23=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17E17 is #5E81E8. Grayscale: #7D7D7D. Windows color (decimal): -6193641 or 1539745. OLE color: 1539745.

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

Color convert

RGB 161 126 23 -
CMYK 0 0.22 0.86 0.37
HSL 44.78º 0.75% 0.36% -
HSV(B) 44.78º 0.86% 0.63% -
XYZ 22.31 22.56 3.99 -
YUV 124.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 161 126 23 0 0.22 0.86 0.37 44.78 0.75 0.36
Hex A1 7E 17 0 16 56 25 2D 4B 24
Octal 241 176 27 0 26 126 45 55 113 44
Binary 10100001 1111110 10111 0 10110 1010110 100101 101101 1001011 100100

Color Harmonies of #A17E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E17

Black with #A17E17

Text Example


Text Example

White with #A17E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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