Html Css Color HEX #A4515B Hippie Pink

📋 copy color: '#A4515B'

red 164 ◦ green 81 ◦ blue 91

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

Shades of Hippie Pink #A4515B

Tints of Hippie Pink #A4515B

RGB

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

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

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

R = 48.81%
G = 24.11%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4515B (or 0xA4515B) is known color: Hippie Pink. HEX triplet: A4, 51 and 5B. RGB value is (164,81,91). Sum of RGB (Red+Green+Blue) = 164+81+91=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4515B is #5BAEA4. Grayscale: #6B6B6B. Windows color (decimal): -6008485 or 5984676. OLE color: 5984676.

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

Color convert

RGB 164 81 91 -
CMYK 0 0.51 0.45 0.36
HSL 352.77º 0.34% 0.48% -
HSV(B) 352.77º 0.51% 0.64% -
XYZ 20.14 14.53 11.64 -
YUV 106.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 164 81 91 0 0.51 0.45 0.36 352.77 0.34 0.48
Hex A4 51 5B 0 33 2D 24 161 22 30
Octal 244 121 133 0 63 55 44 541 42 60
Binary 10100100 1010001 1011011 0 110011 101101 100100 101100001 100010 110000

Color Harmonies of #A4515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4515B

Black with #A4515B

Text Example


Text Example

White with #A4515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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