#A4575A

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

Shades of Hippie Pink #A4575A

Tints of Hippie Pink #A4575A

Color information

#A4575A (or 0xA4575A) is unknown color: approx Hippie Pink. HEX triplet: A4, 57 and 5A. RGB value is (164,87,90). Sum of RGB (Red+Green+Blue) = 164+87+90=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4575A is #5BA8A5. Grayscale: #6E6E6E. Windows color (decimal): -6006950 or 5920676. OLE color: 5920676.

HSL color Cylindrical-coordinate representation of color #A4575A: hue angle of 357.66º degrees, saturation: 0.31, 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 #A4575A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1648790-
CMYK00.470.450.36
HSL357.66º30.68%49.22%-
HSV(B)357.66º46.95%64.31%-
XYZ20.5615.4511.57-
YUV110.36116.51166.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=48.09%
G=25.51%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164879000.470.450.36357.6630.6849.22
HexA4575A02F2D241661f31
Octal24412713205755445463761
Binary1010010010101111011010010111110110110010010110011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4575A; }

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

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

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

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

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

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

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

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