#A35B5C

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

Shades of Hippie Pink #A35B5C

Tints of Hippie Pink #A35B5C

Color information

#A35B5C (or 0xA35B5C) is unknown color: approx Hippie Pink. HEX triplet: A3, 5B and 5C. RGB value is (163,91,92). Sum of RGB (Red+Green+Blue) = 163+91+92=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B5C is #5CA4A3. Grayscale: #707070. Windows color (decimal): -6071460 or 6052771. OLE color: 6052771.

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

Color convert

RGB1639192-
CMYK00.440.440.36
HSL359.17º28.35%49.8%-
HSV(B)359.17º44.17%63.92%-
XYZ20.7816.0412.13-
YUV112.64116.35163.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=47.11%
G=26.30%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163919200.440.440.36359.1728.3549.8
HexA35B5C02C2C241671c32
Octal24313313405454445473462
Binary1010001110110111011100010110010110010010010110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B5C; }

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

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

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

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

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

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

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

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