#a35b5f

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

Shades of Hippie Pink #A35B5F

Tints of Hippie Pink #A35B5F

Color information

#A35B5F (or 0xA35B5F) is unknown color: approx Hippie Pink. HEX triplet: A3, 5B and 5F. RGB value is (163,91,95). Sum of RGB (Red+Green+Blue) = 163+91+95=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B5F is #5CA4A0. Grayscale: #717171. Windows color (decimal): -6071457 or 6249379. OLE color: 6249379.

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

Color convert

RGB1639195-
CMYK00.440.420.36
HSL356.67º28.35%49.8%-
HSV(B)356.67º44.17%63.92%-
XYZ20.9116.0912.83-
YUV112.98117.85163.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=46.70%
G=26.07%
B=27.22%

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
Decimal163919500.440.420.36356.6728.3549.8
HexA35B5F02C2A241651c32
Octal24313313705452445453462
Binary1010001110110111011111010110010101010010010110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35b5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35b5f; }

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

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

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

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

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

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

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

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