#A54B52

Color #A54B52 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A54B52

Tints of Hippie Pink #A54B52

Color information

#A54B52 (or 0xA54B52) is unknown color: approx Hippie Pink. HEX triplet: A5, 4B and 52. RGB value is (165,75,82). Sum of RGB (Red+Green+Blue) = 165+75+82=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B52 is #5AB4AD. Grayscale: #666666. Windows color (decimal): -5944494 or 5393317. OLE color: 5393317.

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

Color convert

RGB1657582-
CMYK00.550.500.35
HSL355.33º37.5%47.06%-
HSV(B)355.33º54.55%64.71%-
XYZ19.5613.649.58-
YUV102.71116.32172.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 75 (29.69% from 255) = 23.29%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=51.24%
G=23.29%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165758200.550.500.35355.3337.547.06
HexA54B520373223163262f
Octal24511312206762435434657
Binary10100101100101110100100110111110010100011101100011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B52; }

 p { color: rgb(165,75,82); }

 H1.HeaderClassName
 {
   color: #A54B52;
 }
 .AnyTagClassName
 {
   color: #A54B52;
 }
</style>
background-color css

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

 a { background-color: rgb(165,75,82); }

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

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

 span { border-color: rgb(165,75,82); }

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