Html Css Color HEX #A14C5E Hippie Pink

📋 copy color: '#A14C5E'

red 161 ◦ green 76 ◦ blue 94

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

Shades of Hippie Pink #A14C5E

Tints of Hippie Pink #A14C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.96%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 48.64%
G = 22.96%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A14C5E (or 0xA14C5E) is known color: Hippie Pink. HEX triplet: A1, 4C and 5E. RGB value is (161,76,94). Sum of RGB (Red+Green+Blue) = 161+76+94=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C5E is #5EB3A1. Grayscale: #676767. Windows color (decimal): -6206370 or 6180001. OLE color: 6180001.

HSL color Cylindrical-coordinate representation of color #A14C5E: hue angle of 347.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C5E is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 76 94 -
CMYK 0 0.53 0.42 0.37
HSL 347.29º 0.36% 0.46% -
HSV(B) 347.29º 0.53% 0.63% -
XYZ 19.3 13.55 12.19 -
YUV 103.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 161 76 94 0 0.53 0.42 0.37 347.29 0.36 0.46
Hex A1 4C 5E 0 35 2A 25 15B 24 2E
Octal 241 114 136 0 65 52 45 533 44 56
Binary 10100001 1001100 1011110 0 110101 101010 100101 101011011 100100 101110

Color Harmonies of #A14C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C5E

Black with #A14C5E

Text Example


Text Example

White with #A14C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C5E; }

 p { color: rgb(161,76,94); }

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

background-color css

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

 a { background-color: rgb(161,76,94); }

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

border-color css

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

 span { border-color: rgb(161,76,94); }

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