Html Css Color HEX #A8515D Hippie Pink

📋 copy color: '#A8515D'

red 168 ◦ green 81 ◦ blue 93

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

Shades of Hippie Pink #A8515D

Tints of Hippie Pink #A8515D

RGB

 RED value IS 168 (66.02% from 255) = 49.12%

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

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 49.12%
G = 23.68%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8515D (or 0xA8515D) is known color: Hippie Pink. HEX triplet: A8, 51 and 5D. RGB value is (168,81,93). Sum of RGB (Red+Green+Blue) = 168+81+93=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8515D is #57AEA2. Grayscale: #6C6C6C. Windows color (decimal): -5746339 or 6115752. OLE color: 6115752.

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

Color convert

RGB 168 81 93 -
CMYK 0 0.52 0.45 0.34
HSL 351.72º 0.35% 0.49% -
HSV(B) 351.72º 0.52% 0.66% -
XYZ 21.07 15 12.14 -
YUV 108.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 168 81 93 0 0.52 0.45 0.34 351.72 0.35 0.49
Hex A8 51 5D 0 34 2D 22 160 23 31
Octal 250 121 135 0 64 55 42 540 43 61
Binary 10101000 1010001 1011101 0 110100 101101 100010 101100000 100011 110001

Color Harmonies of #A8515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8515D

Black with #A8515D

Text Example


Text Example

White with #A8515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8515D; }

 p { color: rgb(168,81,93); }

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

background-color css

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

 a { background-color: rgb(168,81,93); }

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

border-color css

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

 span { border-color: rgb(168,81,93); }

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