#A8475A

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

Shades of Hippie Pink #A8475A

Tints of Hippie Pink #A8475A

Color information

#A8475A (or 0xA8475A) is unknown color: approx Hippie Pink. HEX triplet: A8, 47 and 5A. RGB value is (168,71,90). Sum of RGB (Red+Green+Blue) = 168+71+90=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8475A is #57B8A5. Grayscale: #666666. Windows color (decimal): -5748902 or 5916584. OLE color: 5916584.

HSL color Cylindrical-coordinate representation of color #A8475A: hue angle of 348.25º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8475A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1687190-
CMYK00.580.460.34
HSL348.25º40.59%46.86%-
HSV(B)348.25º57.74%65.88%-
XYZ20.2513.5711.22-
YUV102.17121.14174.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.06%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=51.06%
G=21.58%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168719000.580.460.34348.2540.5946.86
HexA8475A03A2E2215c292f
Octal25010713207256425345157
Binary10101000100011110110100111010101110100010101011100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8475A; }

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

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

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

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

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

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

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

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