Html Css Color HEX #A55963 Hippie Pink

📋 copy color: '#A55963'

red 165 ◦ green 89 ◦ blue 99

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

Shades of Hippie Pink #A55963

Tints of Hippie Pink #A55963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.05%

R = 46.74%
G = 25.21%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A55963 (or 0xA55963) is known color: Hippie Pink. HEX triplet: A5, 59 and 63. RGB value is (165,89,99). Sum of RGB (Red+Green+Blue) = 165+89+99=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A55963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55963 is #5AA69C. Grayscale: #707070. Windows color (decimal): -5940893 or 6511013. OLE color: 6511013.

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

Color convert

RGB 165 89 99 -
CMYK 0 0.46 0.40 0.35
HSL 352.11º 0.3% 0.5% -
HSV(B) 352.11º 0.46% 0.65% -
XYZ 21.34 16.04 13.78 -
YUV 112.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 165 89 99 0 0.46 0.40 0.35 352.11 0.3 0.5
Hex A5 59 63 0 2E 28 23 160 1E 32
Octal 245 131 143 0 56 50 43 540 36 62
Binary 10100101 1011001 1100011 0 101110 101000 100011 101100000 11110 110010

Color Harmonies of #A55963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55963

Black with #A55963

Text Example


Text Example

White with #A55963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55963; }

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

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

background-color css

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

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

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

border-color css

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

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

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