Html Css Color HEX #A17D1A Hacienda

📋 copy color: '#A17D1A'

red 161 ◦ green 125 ◦ blue 26

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

Shades of Hacienda #A17D1A

Tints of Hacienda #A17D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 51.6%
G = 40.06%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A17D1A (or 0xA17D1A) is known color: Hacienda. HEX triplet: A1, 7D and 1A. RGB value is (161,125,26). Sum of RGB (Red+Green+Blue) = 161+125+26=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D1A is #5E82E5. Grayscale: #7C7C7C. Windows color (decimal): -6193894 or 1736097. OLE color: 1736097.

HSL color Cylindrical-coordinate representation of color #A17D1A: hue angle of 44º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A17D1A is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 125 26 -
CMYK 0 0.22 0.84 0.37
HSL 44º 0.72% 0.37% -
HSV(B) 44º 0.84% 0.63% -
XYZ 22.22 22.32 4.11 -
YUV 124.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 161 125 26 0 0.22 0.84 0.37 44 0.72 0.37
Hex A1 7D 1A 0 16 54 25 2C 48 25
Octal 241 175 32 0 26 124 45 54 110 45
Binary 10100001 1111101 11010 0 10110 1010100 100101 101100 1001000 100101

Color Harmonies of #A17D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D1A

Black with #A17D1A

Text Example


Text Example

White with #A17D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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