#A54853

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

Shades of Hippie Pink #A54853

Tints of Hippie Pink #A54853

Color information

#A54853 (or 0xA54853) is unknown color: approx Hippie Pink. HEX triplet: A5, 48 and 53. RGB value is (165,72,83). Sum of RGB (Red+Green+Blue) = 165+72+83=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A54853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54853 is #5AB7AC. Grayscale: #656565. Windows color (decimal): -5945261 or 5458085. OLE color: 5458085.

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

Color convert

RGB1657283-
CMYK00.560.500.35
HSL352.9º39.24%46.47%-
HSV(B)352.9º56.36%64.71%-
XYZ19.413.269.72-
YUV101.06117.81173.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=51.56%
G=22.5%
B=25.94%

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
Decimal165728300.560.500.35352.939.2446.47
HexA548530383223161272e
Octal24511012307062435414756
Binary10100101100100010100110111000110010100011101100001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54853; }

 p { color: rgb(165,72,83); }

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

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

 a { background-color: rgb(165,72,83); }

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

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

 span { border-color: rgb(165,72,83); }

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