#A6505A

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

Shades of Hippie Pink #A6505A

Tints of Hippie Pink #A6505A

Color information

#A6505A (or 0xA6505A) is unknown color: approx Hippie Pink. HEX triplet: A6, 50 and 5A. RGB value is (166,80,90). Sum of RGB (Red+Green+Blue) = 166+80+90=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A6505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6505A is #59AFA5. Grayscale: #6A6A6A. Windows color (decimal): -5877670 or 5918886. OLE color: 5918886.

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

Color convert

RGB1668090-
CMYK00.520.460.35
HSL353.02º34.96%48.24%-
HSV(B)353.02º51.81%65.1%-
XYZ20.4414.5811.41-
YUV106.85118.49170.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=49.40%
G=23.81%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166809000.520.460.35353.0234.9648.24
HexA6505A0342E231612330
Octal24612013206456435414360
Binary10100110101000010110100110100101110100011101100001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6505A; }

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

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

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

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

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

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

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

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