Html Css Color HEX #A55961 Hippie Pink

📋 copy color: '#A55961'

red 165 ◦ green 89 ◦ blue 97

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

Shades of Hippie Pink #A55961

Tints of Hippie Pink #A55961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.36%

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 47.01%
G = 25.36%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A55961 (or 0xA55961) is known color: Hippie Pink. HEX triplet: A5, 59 and 61. RGB value is (165,89,97). Sum of RGB (Red+Green+Blue) = 165+89+97=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A55961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55961 is #5AA69E. Grayscale: #707070. Windows color (decimal): -5940895 or 6379941. OLE color: 6379941.

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

Color convert

RGB 165 89 97 -
CMYK 0 0.46 0.41 0.35
HSL 353.68º 0.3% 0.5% -
HSV(B) 353.68º 0.46% 0.65% -
XYZ 21.25 16.01 13.28 -
YUV 112.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 165 89 97 0 0.46 0.41 0.35 353.68 0.3 0.5
Hex A5 59 61 0 2E 29 23 162 1E 32
Octal 245 131 141 0 56 51 43 542 36 62
Binary 10100101 1011001 1100001 0 101110 101001 100011 101100010 11110 110010

Color Harmonies of #A55961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55961

Black with #A55961

Text Example


Text Example

White with #A55961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55961; }

 p { color: rgb(165,89,97); }

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

background-color css

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

 a { background-color: rgb(165,89,97); }

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

border-color css

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

 span { border-color: rgb(165,89,97); }

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