#A35557

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

Shades of Hippie Pink #A35557

Tints of Hippie Pink #A35557

Color information

#A35557 (or 0xA35557) is unknown color: approx Hippie Pink. HEX triplet: A3, 55 and 57. RGB value is (163,85,87). Sum of RGB (Red+Green+Blue) = 163+85+87=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A35557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35557 is #5CAAA8. Grayscale: #6C6C6C. Windows color (decimal): -6073001 or 5723555. OLE color: 5723555.

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

Color convert

RGB1638587-
CMYK00.480.470.36
HSL358.46º31.45%48.63%-
HSV(B)358.46º47.85%63.92%-
XYZ20.0714.9710.85-
YUV108.55115.84166.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=48.66%
G=25.37%
B=25.97%

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
Decimal163858700.480.470.36358.4631.4548.63
HexA355570302F241661f31
Octal24312512706057445463761
Binary1010001110101011010111011000010111110010010110011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35557; }

 p { color: rgb(163,85,87); }

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

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

 a { background-color: rgb(163,85,87); }

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

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

 span { border-color: rgb(163,85,87); }

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