#A8505A

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

Shades of Hippie Pink #A8505A

Tints of Hippie Pink #A8505A

Color information

#A8505A (or 0xA8505A) is unknown color: approx Hippie Pink. HEX triplet: A8, 50 and 5A. RGB value is (168,80,90). Sum of RGB (Red+Green+Blue) = 168+80+90=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A8505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8505A is #57AFA5. Grayscale: #6B6B6B. Windows color (decimal): -5746598 or 5918888. OLE color: 5918888.

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

Color convert

RGB1688090-
CMYK00.520.460.34
HSL353.18º35.48%48.63%-
HSV(B)353.18º52.38%65.88%-
XYZ20.8614.811.43-
YUV107.45118.15171.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.70%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=49.70%
G=23.67%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168809000.520.460.34353.1835.4848.63
HexA8505A0342E221612331
Octal25012013206456425414361
Binary10101000101000010110100110100101110100010101100001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8505A; }

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

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

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

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

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

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

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

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