Html Css Color HEX #A14D53 Hippie Pink

📋 copy color: '#A14D53'

red 161 ◦ green 77 ◦ blue 83

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

Shades of Hippie Pink #A14D53

Tints of Hippie Pink #A14D53

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 50.16%
G = 23.99%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A14D53 (or 0xA14D53) is known color: Hippie Pink. HEX triplet: A1, 4D and 53. RGB value is (161,77,83). Sum of RGB (Red+Green+Blue) = 161+77+83=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D53 is #5EB2AC. Grayscale: #666666. Windows color (decimal): -6206125 or 5459361. OLE color: 5459361.

HSL color Cylindrical-coordinate representation of color #A14D53: hue angle of 355.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14D53 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 77 83 -
CMYK 0 0.52 0.48 0.37
HSL 355.71º 0.35% 0.47% -
HSV(B) 355.71º 0.52% 0.63% -
XYZ 18.91 13.51 9.79 -
YUV 102.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 161 77 83 0 0.52 0.48 0.37 355.71 0.35 0.47
Hex A1 4D 53 0 34 30 25 164 23 2F
Octal 241 115 123 0 64 60 45 544 43 57
Binary 10100001 1001101 1010011 0 110100 110000 100101 101100100 100011 101111

Color Harmonies of #A14D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D53

Black with #A14D53

Text Example


Text Example

White with #A14D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D53; }

 p { color: rgb(161,77,83); }

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

background-color css

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

 a { background-color: rgb(161,77,83); }

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

border-color css

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

 span { border-color: rgb(161,77,83); }

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