Html Css Color HEX #A55762 Hippie Pink

📋 copy color: '#A55762'

red 165 ◦ green 87 ◦ blue 98

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

Shades of Hippie Pink #A55762

Tints of Hippie Pink #A55762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

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

R = 47.14%
G = 24.86%
B = 28%

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

#A55762 (or 0xA55762) is known color: Hippie Pink. HEX triplet: A5, 57 and 62. RGB value is (165,87,98). Sum of RGB (Red+Green+Blue) = 165+87+98=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A55762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55762 is #5AA89D. Grayscale: #6F6F6F. Windows color (decimal): -5941406 or 6444965. OLE color: 6444965.

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

Color convert

RGB 165 87 98 -
CMYK 0 0.47 0.41 0.35
HSL 351.54º 0.31% 0.49% -
HSV(B) 351.54º 0.47% 0.65% -
XYZ 21.13 15.7 13.47 -
YUV 111.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 165 87 98 0 0.47 0.41 0.35 351.54 0.31 0.49
Hex A5 57 62 0 2F 29 23 160 1F 31
Octal 245 127 142 0 57 51 43 540 37 61
Binary 10100101 1010111 1100010 0 101111 101001 100011 101100000 11111 110001

Color Harmonies of #A55762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55762

Black with #A55762

Text Example


Text Example

White with #A55762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55762; }

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

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

background-color css

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

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

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

border-color css

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

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

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