#A3575F

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

Shades of Hippie Pink #A3575F

Tints of Hippie Pink #A3575F

Color information

#A3575F (or 0xA3575F) is unknown color: approx Hippie Pink. HEX triplet: A3, 57 and 5F. RGB value is (163,87,95). Sum of RGB (Red+Green+Blue) = 163+87+95=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A3575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3575F is #5CA8A0. Grayscale: #6E6E6E. Windows color (decimal): -6072481 or 6248355. OLE color: 6248355.

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

Color convert

RGB1638795-
CMYK00.470.420.36
HSL353.68º30.4%49.02%-
HSV(B)353.68º46.63%63.92%-
XYZ20.5815.4312.72-
YUV110.64119.18165.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=47.25%
G=25.22%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163879500.470.420.36353.6830.449.02
HexA3575F02F2A241621e31
Octal24312713705752445423661
Binary1010001110101111011111010111110101010010010110001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3575F; }

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

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

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

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

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

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

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

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