Html Css Color HEX #A55562 Hippie Pink

📋 copy color: '#A55562'

red 165 ◦ green 85 ◦ blue 98

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

Shades of Hippie Pink #A55562

Tints of Hippie Pink #A55562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

 BLUE value IS 98 (38.67% from 255) = 28.16%

R = 47.41%
G = 24.43%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A55562 (or 0xA55562) is known color: Hippie Pink. HEX triplet: A5, 55 and 62. RGB value is (165,85,98). Sum of RGB (Red+Green+Blue) = 165+85+98=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A55562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55562 is #5AAA9D. Grayscale: #6E6E6E. Windows color (decimal): -5941918 or 6444453. OLE color: 6444453.

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

Color convert

RGB 165 85 98 -
CMYK 0 0.48 0.41 0.35
HSL 350.25º 0.32% 0.49% -
HSV(B) 350.25º 0.48% 0.65% -
XYZ 20.97 15.38 13.42 -
YUV 110.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 165 85 98 0 0.48 0.41 0.35 350.25 0.32 0.49
Hex A5 55 62 0 30 29 23 15E 20 31
Octal 245 125 142 0 60 51 43 536 40 61
Binary 10100101 1010101 1100010 0 110000 101001 100011 101011110 100000 110001

Color Harmonies of #A55562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55562

Black with #A55562

Text Example


Text Example

White with #A55562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55562; }

 p { color: rgb(165,85,98); }

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

background-color css

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

 a { background-color: rgb(165,85,98); }

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

border-color css

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

 span { border-color: rgb(165,85,98); }

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