#A35253

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

Shades of Hippie Pink #A35253

Tints of Hippie Pink #A35253

Color information

#A35253 (or 0xA35253) is unknown color: approx Hippie Pink. HEX triplet: A3, 52 and 53. RGB value is (163,82,83). Sum of RGB (Red+Green+Blue) = 163+82+83=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A35253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35253 is #5CADAC. Grayscale: #6A6A6A. Windows color (decimal): -6073773 or 5460643. OLE color: 5460643.

HSL color Cylindrical-coordinate representation of color #A35253: hue angle of 359.26º degrees, saturation: 0.33, 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 #A35253 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1638283-
CMYK00.500.490.36
HSL359.26º33.06%48.04%-
HSV(B)359.26º49.69%63.92%-
XYZ19.6814.459.93-
YUV106.33114.84168.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=49.70%
G=25%
B=25.30%

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
Decimal163828300.500.490.36359.2633.0648.04
HexA3525303231241672130
Octal24312212306261445474160
Binary10100011101001010100110110010110001100100101100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35253; }

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

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

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

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

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

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

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

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