Html Css Color HEX #A55466 Hippie Pink

📋 copy color: '#A55466'

red 165 ◦ green 84 ◦ blue 102

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

Shades of Hippie Pink #A55466

Tints of Hippie Pink #A55466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 47.01%
G = 23.93%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A55466 (or 0xA55466) is known color: Hippie Pink. HEX triplet: A5, 54 and 66. RGB value is (165,84,102). Sum of RGB (Red+Green+Blue) = 165+84+102=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A55466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55466 is #5AAB99. Grayscale: #6E6E6E. Windows color (decimal): -5942170 or 6706341. OLE color: 6706341.

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

Color convert

RGB 165 84 102 -
CMYK 0 0.49 0.38 0.35
HSL 346.67º 0.33% 0.49% -
HSV(B) 346.67º 0.49% 0.65% -
XYZ 21.09 15.3 14.41 -
YUV 110.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 165 84 102 0 0.49 0.38 0.35 346.67 0.33 0.49
Hex A5 54 66 0 31 26 23 15B 21 31
Octal 245 124 146 0 61 46 43 533 41 61
Binary 10100101 1010100 1100110 0 110001 100110 100011 101011011 100001 110001

Color Harmonies of #A55466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55466

Black with #A55466

Text Example


Text Example

White with #A55466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55466; }

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

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

background-color css

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

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

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

border-color css

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

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

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