Html Css Color HEX #A7515C Hippie Pink

📋 copy color: '#A7515C'

red 167 ◦ green 81 ◦ blue 92

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

Shades of Hippie Pink #A7515C

Tints of Hippie Pink #A7515C

RGB

 RED value IS 167 (65.63% from 255) = 49.12%

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 49.12%
G = 23.82%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A7515C (or 0xA7515C) is known color: Hippie Pink. HEX triplet: A7, 51 and 5C. RGB value is (167,81,92). Sum of RGB (Red+Green+Blue) = 167+81+92=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A7515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7515C is #58AEA3. Grayscale: #6C6C6C. Windows color (decimal): -5811876 or 6050215. OLE color: 6050215.

HSL color Cylindrical-coordinate representation of color #A7515C: hue angle of 352.33º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7515C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 81 92 -
CMYK 0 0.51 0.45 0.35
HSL 352.33º 0.35% 0.49% -
HSV(B) 352.33º 0.51% 0.65% -
XYZ 20.81 14.87 11.9 -
YUV 107.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 167 81 92 0 0.51 0.45 0.35 352.33 0.35 0.49
Hex A7 51 5C 0 33 2D 23 160 23 31
Octal 247 121 134 0 63 55 43 540 43 61
Binary 10100111 1010001 1011100 0 110011 101101 100011 101100000 100011 110001

Color Harmonies of #A7515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7515C

Black with #A7515C

Text Example


Text Example

White with #A7515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7515C; }

 p { color: rgb(167,81,92); }

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

background-color css

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

 a { background-color: rgb(167,81,92); }

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

border-color css

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

 span { border-color: rgb(167,81,92); }

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