Html Css Color HEX #A5515B Hippie Pink

📋 copy color: '#A5515B'

red 165 ◦ green 81 ◦ blue 91

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

Shades of Hippie Pink #A5515B

Tints of Hippie Pink #A5515B

RGB

 RED value IS 165 (64.84% from 255) = 48.96%

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

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

R = 48.96%
G = 24.04%
B = 27%

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

#A5515B (or 0xA5515B) is known color: Hippie Pink. HEX triplet: A5, 51 and 5B. RGB value is (165,81,91). Sum of RGB (Red+Green+Blue) = 165+81+91=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A5515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5515B is #5AAEA4. Grayscale: #6B6B6B. Windows color (decimal): -5942949 or 5984677. OLE color: 5984677.

HSL color Cylindrical-coordinate representation of color #A5515B: hue angle of 352.86º 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 #A5515B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 91 -
CMYK 0 0.51 0.45 0.35
HSL 352.86º 0.34% 0.48% -
HSV(B) 352.86º 0.51% 0.65% -
XYZ 20.35 14.64 11.65 -
YUV 107.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 165 81 91 0 0.51 0.45 0.35 352.86 0.34 0.48
Hex A5 51 5B 0 33 2D 23 161 22 30
Octal 245 121 133 0 63 55 43 541 42 60
Binary 10100101 1010001 1011011 0 110011 101101 100011 101100001 100010 110000

Color Harmonies of #A5515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5515B

Black with #A5515B

Text Example


Text Example

White with #A5515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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