Html Css Color HEX #A17C1E Hacienda

📋 copy color: '#A17C1E'

red 161 ◦ green 124 ◦ blue 30

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

Shades of Hacienda #A17C1E

Tints of Hacienda #A17C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.37%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 51.11%
G = 39.37%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A17C1E (or 0xA17C1E) is known color: Hacienda. HEX triplet: A1, 7C and 1E. RGB value is (161,124,30). Sum of RGB (Red+Green+Blue) = 161+124+30=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C1E is #5E83E1. Grayscale: #7C7C7C. Windows color (decimal): -6194146 or 1997985. OLE color: 1997985.

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

Color convert

RGB 161 124 30 -
CMYK 0 0.23 0.81 0.37
HSL 43.05º 0.69% 0.37% -
HSV(B) 43.05º 0.81% 0.63% -
XYZ 22.14 22.09 4.32 -
YUV 124.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 161 124 30 0 0.23 0.81 0.37 43.05 0.69 0.37
Hex A1 7C 1E 0 17 51 25 2B 45 25
Octal 241 174 36 0 27 121 45 53 105 45
Binary 10100001 1111100 11110 0 10111 1010001 100101 101011 1000101 100101

Color Harmonies of #A17C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C1E

Black with #A17C1E

Text Example


Text Example

White with #A17C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C1E; }

 p { color: rgb(161,124,30); }

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

background-color css

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

 a { background-color: rgb(161,124,30); }

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

border-color css

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

 span { border-color: rgb(161,124,30); }

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