Html Css Color HEX #A54C54 Hippie Pink

📋 copy color: '#A54C54'

red 165 ◦ green 76 ◦ blue 84

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

Shades of Hippie Pink #A54C54

Tints of Hippie Pink #A54C54

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.38%

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 50.77%
G = 23.38%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A54C54 (or 0xA54C54) is known color: Hippie Pink. HEX triplet: A5, 4C and 54. RGB value is (165,76,84). Sum of RGB (Red+Green+Blue) = 165+76+84=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54C54 is #5AB3AB. Grayscale: #676767. Windows color (decimal): -5944236 or 5524645. OLE color: 5524645.

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

Color convert

RGB 165 76 84 -
CMYK 0 0.54 0.49 0.35
HSL 354.61º 0.37% 0.47% -
HSV(B) 354.61º 0.54% 0.65% -
XYZ 19.7 13.81 10.01 -
YUV 103.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 165 76 84 0 0.54 0.49 0.35 354.61 0.37 0.47
Hex A5 4C 54 0 36 31 23 163 25 2F
Octal 245 114 124 0 66 61 43 543 45 57
Binary 10100101 1001100 1010100 0 110110 110001 100011 101100011 100101 101111

Color Harmonies of #A54C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C54

Black with #A54C54

Text Example


Text Example

White with #A54C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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