Html Css Color HEX #A17D1C Hacienda

📋 copy color: '#A17D1C'

red 161 ◦ green 125 ◦ blue 28

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

Shades of Hacienda #A17D1C

Tints of Hacienda #A17D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.92%

R = 51.27%
G = 39.81%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A17D1C (or 0xA17D1C) is known color: Hacienda. HEX triplet: A1, 7D and 1C. RGB value is (161,125,28). Sum of RGB (Red+Green+Blue) = 161+125+28=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D1C is #5E82E3. Grayscale: #7D7D7D. Windows color (decimal): -6193892 or 1867169. OLE color: 1867169.

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

Color convert

RGB 161 125 28 -
CMYK 0 0.22 0.83 0.37
HSL 43.76º 0.7% 0.37% -
HSV(B) 43.76º 0.83% 0.63% -
XYZ 22.24 22.33 4.24 -
YUV 124.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 161 125 28 0 0.22 0.83 0.37 43.76 0.7 0.37
Hex A1 7D 1C 0 16 53 25 2C 46 25
Octal 241 175 34 0 26 123 45 54 106 45
Binary 10100001 1111101 11100 0 10110 1010011 100101 101100 1000110 100101

Color Harmonies of #A17D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D1C

Black with #A17D1C

Text Example


Text Example

White with #A17D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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