#A4485A

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

Shades of Hippie Pink #A4485A

Tints of Hippie Pink #A4485A

Color information

#A4485A (or 0xA4485A) is unknown color: approx Hippie Pink. HEX triplet: A4, 48 and 5A. RGB value is (164,72,90). Sum of RGB (Red+Green+Blue) = 164+72+90=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4485A is #5BB7A5. Grayscale: #656565. Windows color (decimal): -6010790 or 5916836. OLE color: 5916836.

HSL color Cylindrical-coordinate representation of color #A4485A: hue angle of 348.26º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4485A is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1647290-
CMYK00.560.450.36
HSL348.26º38.98%46.27%-
HSV(B)348.26º56.1%64.31%-
XYZ19.4713.2711.21-
YUV101.56121.48172.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=50.31%
G=22.09%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164729000.560.450.36348.2638.9846.27
HexA4485A0382D2415c272e
Octal24411013207055445344756
Binary10100100100100010110100111000101101100100101011100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4485A; }

 p { color: rgb(164,72,90); }

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

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

 a { background-color: rgb(164,72,90); }

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

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

 span { border-color: rgb(164,72,90); }

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