Html Css Color HEX #A6515B Hippie Pink

📋 copy color: '#A6515B'

red 166 ◦ green 81 ◦ blue 91

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

Shades of Hippie Pink #A6515B

Tints of Hippie Pink #A6515B

RGB

 RED value IS 166 (65.23% from 255) = 49.11%

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

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 49.11%
G = 23.96%
B = 26.92%

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

#A6515B (or 0xA6515B) is known color: Hippie Pink. HEX triplet: A6, 51 and 5B. RGB value is (166,81,91). Sum of RGB (Red+Green+Blue) = 166+81+91=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6515B is #59AEA4. Grayscale: #6B6B6B. Windows color (decimal): -5877413 or 5984678. OLE color: 5984678.

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

Color convert

RGB 166 81 91 -
CMYK 0 0.51 0.45 0.35
HSL 352.94º 0.34% 0.48% -
HSV(B) 352.94º 0.51% 0.65% -
XYZ 20.56 14.75 11.66 -
YUV 107.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 166 81 91 0 0.51 0.45 0.35 352.94 0.34 0.48
Hex A6 51 5B 0 33 2D 23 161 22 30
Octal 246 121 133 0 63 55 43 541 42 60
Binary 10100110 1010001 1011011 0 110011 101101 100011 101100001 100010 110000

Color Harmonies of #A6515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6515B

Black with #A6515B

Text Example


Text Example

White with #A6515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6515B; }

 p { color: rgb(166,81,91); }

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

background-color css

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

 a { background-color: rgb(166,81,91); }

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

border-color css

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

 span { border-color: rgb(166,81,91); }

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