#A35D5F

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

Shades of Hippie Pink #A35D5F

Tints of Hippie Pink #A35D5F

Color information

#A35D5F (or 0xA35D5F) is unknown color: approx Hippie Pink. HEX triplet: A3, 5D and 5F. RGB value is (163,93,95). Sum of RGB (Red+Green+Blue) = 163+93+95=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D5F is #5CA2A0. Grayscale: #727272. Windows color (decimal): -6070945 or 6249891. OLE color: 6249891.

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

Color convert

RGB1639395-
CMYK00.430.420.36
HSL358.29º27.56%50.2%-
HSV(B)358.29º42.94%63.92%-
XYZ21.0816.4412.89-
YUV114.16117.19162.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=46.44%
G=26.50%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163939500.430.420.36358.2927.5650.2
HexA35D5F02B2A241661c32
Octal24313513705352445463462
Binary1010001110111011011111010101110101010010010110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D5F; }

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

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

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

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

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

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

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

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