Html Css Color HEX #A55462 Hippie Pink

📋 copy color: '#A55462'

red 165 ◦ green 84 ◦ blue 98

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

Shades of Hippie Pink #A55462

Tints of Hippie Pink #A55462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.21%

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

R = 47.55%
G = 24.21%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A55462 (or 0xA55462) is known color: Hippie Pink. HEX triplet: A5, 54 and 62. RGB value is (165,84,98). Sum of RGB (Red+Green+Blue) = 165+84+98=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A55462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55462 is #5AAB9D. Grayscale: #6D6D6D. Windows color (decimal): -5942174 or 6444197. OLE color: 6444197.

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

Color convert

RGB 165 84 98 -
CMYK 0 0.49 0.41 0.35
HSL 349.63º 0.33% 0.49% -
HSV(B) 349.63º 0.49% 0.65% -
XYZ 20.89 15.22 13.39 -
YUV 109.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 165 84 98 0 0.49 0.41 0.35 349.63 0.33 0.49
Hex A5 54 62 0 31 29 23 15E 21 31
Octal 245 124 142 0 61 51 43 536 41 61
Binary 10100101 1010100 1100010 0 110001 101001 100011 101011110 100001 110001

Color Harmonies of #A55462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55462

Black with #A55462

Text Example


Text Example

White with #A55462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55462; }

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

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

background-color css

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

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

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

border-color css

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

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

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