Html Css Color HEX #A54858 Hippie Pink

📋 copy color: '#A54858'

red 165 ◦ green 72 ◦ blue 88

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

Shades of Hippie Pink #A54858

Tints of Hippie Pink #A54858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 50.77%
G = 22.15%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A54858 (or 0xA54858) is known color: Hippie Pink. HEX triplet: A5, 48 and 58. RGB value is (165,72,88). Sum of RGB (Red+Green+Blue) = 165+72+88=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A54858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54858 is #5AB7A7. Grayscale: #656565. Windows color (decimal): -5945256 or 5785765. OLE color: 5785765.

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

Color convert

RGB 165 72 88 -
CMYK 0 0.56 0.47 0.35
HSL 349.68º 0.39% 0.46% -
HSV(B) 349.68º 0.56% 0.65% -
XYZ 19.6 13.34 10.77 -
YUV 101.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 165 72 88 0 0.56 0.47 0.35 349.68 0.39 0.46
Hex A5 48 58 0 38 2F 23 15E 27 2E
Octal 245 110 130 0 70 57 43 536 47 56
Binary 10100101 1001000 1011000 0 111000 101111 100011 101011110 100111 101110

Color Harmonies of #A54858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54858

Black with #A54858

Text Example


Text Example

White with #A54858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54858; }

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

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

background-color css

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

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

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

border-color css

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

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

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