Html Css Color HEX #A4515F Hippie Pink

📋 copy color: '#A4515F'

red 164 ◦ green 81 ◦ blue 95

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

Shades of Hippie Pink #A4515F

Tints of Hippie Pink #A4515F

RGB

 RED value IS 164 (64.45% from 255) = 48.24%

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 48.24%
G = 23.82%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4515F (or 0xA4515F) is known color: Hippie Pink. HEX triplet: A4, 51 and 5F. RGB value is (164,81,95). Sum of RGB (Red+Green+Blue) = 164+81+95=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4515F is #5BAEA0. Grayscale: #6B6B6B. Windows color (decimal): -6008481 or 6246820. OLE color: 6246820.

HSL color Cylindrical-coordinate representation of color #A4515F: hue angle of 349.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4515F is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 81 95 -
CMYK 0 0.51 0.42 0.36
HSL 349.88º 0.34% 0.48% -
HSV(B) 349.88º 0.51% 0.64% -
XYZ 20.32 14.6 12.57 -
YUV 107.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 164 81 95 0 0.51 0.42 0.36 349.88 0.34 0.48
Hex A4 51 5F 0 33 2A 24 15E 22 30
Octal 244 121 137 0 63 52 44 536 42 60
Binary 10100100 1010001 1011111 0 110011 101010 100100 101011110 100010 110000

Color Harmonies of #A4515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4515F

Black with #A4515F

Text Example


Text Example

White with #A4515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4515F; }

 p { color: rgb(164,81,95); }

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

background-color css

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

 a { background-color: rgb(164,81,95); }

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

border-color css

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

 span { border-color: rgb(164,81,95); }

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