Html Css Color HEX #A5515A Hippie Pink

📋 copy color: '#A5515A'

red 165 ◦ green 81 ◦ blue 90

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

Shades of Hippie Pink #A5515A

Tints of Hippie Pink #A5515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 49.11%
G = 24.11%
B = 26.79%

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

#A5515A (or 0xA5515A) is known color: Hippie Pink. HEX triplet: A5, 51 and 5A. RGB value is (165,81,90). Sum of RGB (Red+Green+Blue) = 165+81+90=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A5515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5515A is #5AAEA5. Grayscale: #6B6B6B. Windows color (decimal): -5942950 or 5919141. OLE color: 5919141.

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

Color convert

RGB 165 81 90 -
CMYK 0 0.51 0.45 0.35
HSL 353.57º 0.34% 0.48% -
HSV(B) 353.57º 0.51% 0.65% -
XYZ 20.3 14.62 11.43 -
YUV 107.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 165 81 90 0 0.51 0.45 0.35 353.57 0.34 0.48
Hex A5 51 5A 0 33 2D 23 162 22 30
Octal 245 121 132 0 63 55 43 542 42 60
Binary 10100101 1010001 1011010 0 110011 101101 100011 101100010 100010 110000

Color Harmonies of #A5515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5515A

Black with #A5515A

Text Example


Text Example

White with #A5515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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