Html Css Color HEX #A54962 Hippie Pink

📋 copy color: '#A54962'

red 165 ◦ green 73 ◦ blue 98

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

Shades of Hippie Pink #A54962

Tints of Hippie Pink #A54962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

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

R = 49.11%
G = 21.73%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A54962 (or 0xA54962) is known color: Hippie Pink. HEX triplet: A5, 49 and 62. RGB value is (165,73,98). Sum of RGB (Red+Green+Blue) = 165+73+98=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A54962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54962 is #5AB69D. Grayscale: #676767. Windows color (decimal): -5944990 or 6441381. OLE color: 6441381.

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

Color convert

RGB 165 73 98 -
CMYK 0 0.56 0.41 0.35
HSL 343.7º 0.39% 0.47% -
HSV(B) 343.7º 0.56% 0.65% -
XYZ 20.1 13.65 13.13 -
YUV 103.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 165 73 98 0 0.56 0.41 0.35 343.7 0.39 0.47
Hex A5 49 62 0 38 29 23 158 27 2F
Octal 245 111 142 0 70 51 43 530 47 57
Binary 10100101 1001001 1100010 0 111000 101001 100011 101011000 100111 101111

Color Harmonies of #A54962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54962

Black with #A54962

Text Example


Text Example

White with #A54962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54962; }

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

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

background-color css

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

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

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

border-color css

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

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

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