Html Css Color HEX #A17E13 Hacienda

📋 copy color: '#A17E13'

red 161 ◦ green 126 ◦ blue 19

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

Shades of Hacienda #A17E13

Tints of Hacienda #A17E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 52.61%
G = 41.18%
B = 6.21%

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

#A17E13 (or 0xA17E13) is known color: Hacienda. HEX triplet: A1, 7E and 13. RGB value is (161,126,19). Sum of RGB (Red+Green+Blue) = 161+126+19=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17E13 is #5E81EC. Grayscale: #7C7C7C. Windows color (decimal): -6193645 or 1277601. OLE color: 1277601.

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

Color convert

RGB 161 126 19 -
CMYK 0 0.22 0.88 0.37
HSL 45.21º 0.79% 0.35% -
HSV(B) 45.21º 0.88% 0.63% -
XYZ 22.28 22.55 3.79 -
YUV 124.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 161 126 19 0 0.22 0.88 0.37 45.21 0.79 0.35
Hex A1 7E 13 0 16 58 25 2D 4F 23
Octal 241 176 23 0 26 130 45 55 117 43
Binary 10100001 1111110 10011 0 10110 1011000 100101 101101 1001111 100011

Color Harmonies of #A17E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E13

Black with #A17E13

Text Example


Text Example

White with #A17E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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