#A35456

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

Shades of Hippie Pink #A35456

Tints of Hippie Pink #A35456

Color information

#A35456 (or 0xA35456) is unknown color: approx Hippie Pink. HEX triplet: A3, 54 and 56. RGB value is (163,84,86). Sum of RGB (Red+Green+Blue) = 163+84+86=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A35456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35456 is #5CABA9. Grayscale: #6B6B6B. Windows color (decimal): -6073258 or 5657763. OLE color: 5657763.

HSL color Cylindrical-coordinate representation of color #A35456: hue angle of 358.48º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35456 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1638486-
CMYK00.480.470.36
HSL358.48º31.98%48.43%-
HSV(B)358.48º48.47%63.92%-
XYZ19.9514.810.61-
YUV107.85115.67167.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=48.95%
G=25.23%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163848600.480.470.36358.4831.9848.43
HexA354560302F241662030
Octal24312412606057445464060
Binary10100011101010010101100110000101111100100101100110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35456; }

 p { color: rgb(163,84,86); }

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

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

 a { background-color: rgb(163,84,86); }

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

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

 span { border-color: rgb(163,84,86); }

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