#A35C5D

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

Shades of Hippie Pink #A35C5D

Tints of Hippie Pink #A35C5D

Color information

#A35C5D (or 0xA35C5D) is unknown color: approx Hippie Pink. HEX triplet: A3, 5C and 5D. RGB value is (163,92,93). Sum of RGB (Red+Green+Blue) = 163+92+93=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C5D is #5CA3A2. Grayscale: #717171. Windows color (decimal): -6071203 or 6118563. OLE color: 6118563.

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

Color convert

RGB1639293-
CMYK00.440.430.36
HSL359.15º27.84%50%-
HSV(B)359.15º43.56%63.92%-
XYZ20.9116.2312.39-
YUV113.34116.52163.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.84%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=46.84%
G=26.44%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163929300.440.430.36359.1527.8450
HexA35C5D02C2B241671c32
Octal24313413505453445473462
Binary1010001110111001011101010110010101110010010110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C5D; }

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

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

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

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

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

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

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

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