#A54952

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

Shades of Hippie Pink #A54952

Tints of Hippie Pink #A54952

Color information

#A54952 (or 0xA54952) is unknown color: approx Hippie Pink. HEX triplet: A5, 49 and 52. RGB value is (165,73,82). Sum of RGB (Red+Green+Blue) = 165+73+82=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A54952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54952 is #5AB6AD. Grayscale: #656565. Windows color (decimal): -5945006 or 5392805. OLE color: 5392805.

HSL color Cylindrical-coordinate representation of color #A54952: hue angle of 354.13º 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 #A54952 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1657382-
CMYK00.560.500.35
HSL354.13º38.66%46.67%-
HSV(B)354.13º55.76%64.71%-
XYZ19.4213.379.54-
YUV101.53116.98173.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=51.56%
G=22.81%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165738200.560.500.35354.1338.6646.67
HexA549520383223162272f
Octal24511112207062435424757
Binary10100101100100110100100111000110010100011101100010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54952; }

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

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

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

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

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

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

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

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