Html Css Color HEX #A54F62 Hippie Pink

📋 copy color: '#A54F62'

red 165 ◦ green 79 ◦ blue 98

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

Shades of Hippie Pink #A54F62

Tints of Hippie Pink #A54F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

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

R = 48.25%
G = 23.1%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A54F62 (or 0xA54F62) is known color: Hippie Pink. HEX triplet: A5, 4F and 62. RGB value is (165,79,98). Sum of RGB (Red+Green+Blue) = 165+79+98=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F62 is #5AB09D. Grayscale: #6A6A6A. Windows color (decimal): -5943454 or 6442917. OLE color: 6442917.

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

Color convert

RGB 165 79 98 -
CMYK 0 0.52 0.41 0.35
HSL 346.74º 0.35% 0.48% -
HSV(B) 346.74º 0.52% 0.65% -
XYZ 20.52 14.47 13.27 -
YUV 106.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 165 79 98 0 0.52 0.41 0.35 346.74 0.35 0.48
Hex A5 4F 62 0 34 29 23 15B 23 30
Octal 245 117 142 0 64 51 43 533 43 60
Binary 10100101 1001111 1100010 0 110100 101001 100011 101011011 100011 110000

Color Harmonies of #A54F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F62

Black with #A54F62

Text Example


Text Example

White with #A54F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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