#A35B62

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

Shades of Hippie Pink #A35B62

Tints of Hippie Pink #A35B62

Color information

#A35B62 (or 0xA35B62) is unknown color: approx Hippie Pink. HEX triplet: A3, 5B and 62. RGB value is (163,91,98). Sum of RGB (Red+Green+Blue) = 163+91+98=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B62 is #5CA49D. Grayscale: #717171. Windows color (decimal): -6071454 or 6445987. OLE color: 6445987.

HSL color Cylindrical-coordinate representation of color #A35B62: hue angle of 354.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35B62 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1639198-
CMYK00.440.400.36
HSL354.17º28.35%49.8%-
HSV(B)354.17º44.17%63.92%-
XYZ21.0516.1513.56-
YUV113.33119.35163.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=46.31%
G=25.85%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163919800.440.400.36354.1728.3549.8
HexA35B6202C28241621c32
Octal24313314205450445423462
Binary1010001110110111100010010110010100010010010110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B62; }

 p { color: rgb(163,91,98); }

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

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

 a { background-color: rgb(163,91,98); }

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

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

 span { border-color: rgb(163,91,98); }

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