Html Css Color HEX #A55861 Hippie Pink

📋 copy color: '#A55861'

red 165 ◦ green 88 ◦ blue 97

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

Shades of Hippie Pink #A55861

Tints of Hippie Pink #A55861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 47.14%
G = 25.14%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A55861 (or 0xA55861) is known color: Hippie Pink. HEX triplet: A5, 58 and 61. RGB value is (165,88,97). Sum of RGB (Red+Green+Blue) = 165+88+97=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A55861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55861 is #5AA79E. Grayscale: #707070. Windows color (decimal): -5941151 or 6379685. OLE color: 6379685.

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

Color convert

RGB 165 88 97 -
CMYK 0 0.47 0.41 0.35
HSL 352.99º 0.3% 0.5% -
HSV(B) 352.99º 0.47% 0.65% -
XYZ 21.16 15.84 13.25 -
YUV 112.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 165 88 97 0 0.47 0.41 0.35 352.99 0.3 0.5
Hex A5 58 61 0 2F 29 23 161 1E 32
Octal 245 130 141 0 57 51 43 541 36 62
Binary 10100101 1011000 1100001 0 101111 101001 100011 101100001 11110 110010

Color Harmonies of #A55861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55861

Black with #A55861

Text Example


Text Example

White with #A55861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55861; }

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

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

background-color css

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

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

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

border-color css

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

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

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