#A5475A

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

Shades of Hippie Pink #A5475A

Tints of Hippie Pink #A5475A

Color information

#A5475A (or 0xA5475A) is unknown color: approx Hippie Pink. HEX triplet: A5, 47 and 5A. RGB value is (165,71,90). Sum of RGB (Red+Green+Blue) = 165+71+90=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5475A is #5AB8A5. Grayscale: #656565. Windows color (decimal): -5945510 or 5916581. OLE color: 5916581.

HSL color Cylindrical-coordinate representation of color #A5475A: hue angle of 347.87º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5475A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1657190-
CMYK00.570.450.35
HSL347.87º39.83%46.27%-
HSV(B)347.87º56.97%64.71%-
XYZ19.6213.2411.2-
YUV101.27121.64173.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=50.61%
G=21.78%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165719000.570.450.35347.8739.8346.27
HexA5475A0392D2315c282e
Octal24510713207155435345056
Binary10100101100011110110100111001101101100011101011100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5475A; }

 p { color: rgb(165,71,90); }

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

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

 a { background-color: rgb(165,71,90); }

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

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

 span { border-color: rgb(165,71,90); }

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