Html Css Color HEX #A55859 Hippie Pink

📋 copy color: '#A55859'

red 165 ◦ green 88 ◦ blue 89

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

Shades of Hippie Pink #A55859

Tints of Hippie Pink #A55859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.02%

R = 48.25%
G = 25.73%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A55859 (or 0xA55859) is known color: Hippie Pink. HEX triplet: A5, 58 and 59. RGB value is (165,88,89). Sum of RGB (Red+Green+Blue) = 165+88+89=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A55859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55859 is #5AA7A6. Grayscale: #6F6F6F. Windows color (decimal): -5941159 or 5855397. OLE color: 5855397.

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

Color convert

RGB 165 88 89 -
CMYK 0 0.47 0.46 0.35
HSL 359.22º 0.3% 0.5% -
HSV(B) 359.22º 0.47% 0.65% -
XYZ 20.81 15.7 11.38 -
YUV 111.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 165 88 89 0 0.47 0.46 0.35 359.22 0.3 0.5
Hex A5 58 59 0 2F 2E 23 167 1E 32
Octal 245 130 131 0 57 56 43 547 36 62
Binary 10100101 1011000 1011001 0 101111 101110 100011 101100111 11110 110010

Color Harmonies of #A55859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55859

Black with #A55859

Text Example


Text Example

White with #A55859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55859; }

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

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

background-color css

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

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

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

border-color css

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

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

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