#A35153

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

Shades of Hippie Pink #A35153

Tints of Hippie Pink #A35153

Color information

#A35153 (or 0xA35153) is unknown color: approx Hippie Pink. HEX triplet: A3, 51 and 53. RGB value is (163,81,83). Sum of RGB (Red+Green+Blue) = 163+81+83=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A35153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35153 is #5CAEAC. Grayscale: #696969. Windows color (decimal): -6074029 or 5460387. OLE color: 5460387.

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

Color convert

RGB1638183-
CMYK00.500.490.36
HSL358.54º33.61%47.84%-
HSV(B)358.54º50.31%63.92%-
XYZ19.6114.39.91-
YUV105.75115.17168.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=49.85%
G=24.77%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163818300.500.490.36358.5433.6147.84
HexA3515303231241672230
Octal24312112306261445474260
Binary10100011101000110100110110010110001100100101100111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35153; }

 p { color: rgb(163,81,83); }

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

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

 a { background-color: rgb(163,81,83); }

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

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

 span { border-color: rgb(163,81,83); }

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