#A35259

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

Shades of Hippie Pink #A35259

Tints of Hippie Pink #A35259

Color information

#A35259 (or 0xA35259) is unknown color: approx Hippie Pink. HEX triplet: A3, 52 and 59. RGB value is (163,82,89). Sum of RGB (Red+Green+Blue) = 163+82+89=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A35259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35259 is #5CADA6. Grayscale: #6B6B6B. Windows color (decimal): -6073767 or 5853859. OLE color: 5853859.

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

Color convert

RGB1638289-
CMYK00.500.450.36
HSL354.81º33.06%48.04%-
HSV(B)354.81º49.69%63.92%-
XYZ19.9214.5411.21-
YUV107.02117.84167.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=48.80%
G=24.55%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163828900.500.450.36354.8133.0648.04
HexA352590322D241632130
Octal24312213106255445434160
Binary10100011101001010110010110010101101100100101100011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35259; }

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

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

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

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

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

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

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

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