#A35C5F

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

Shades of Hippie Pink #A35C5F

Tints of Hippie Pink #A35C5F

Color information

#A35C5F (or 0xA35C5F) is unknown color: approx Hippie Pink. HEX triplet: A3, 5C and 5F. RGB value is (163,92,95). Sum of RGB (Red+Green+Blue) = 163+92+95=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C5F is #5CA3A0. Grayscale: #717171. Windows color (decimal): -6071201 or 6249635. OLE color: 6249635.

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

Color convert

RGB1639295-
CMYK00.440.420.36
HSL357.46º27.84%50%-
HSV(B)357.46º43.56%63.92%-
XYZ2116.2712.86-
YUV113.57117.52163.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 95 (37.5% from 255) = 27.14%
R=46.57%
G=26.29%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163929500.440.420.36357.4627.8450
HexA35C5F02C2A241651c32
Octal24313413705452445453462
Binary1010001110111001011111010110010101010010010110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C5F; }

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

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

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

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

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

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

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

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