#A7505A

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

Shades of Hippie Pink #A7505A

Tints of Hippie Pink #A7505A

Color information

#A7505A (or 0xA7505A) is unknown color: approx Hippie Pink. HEX triplet: A7, 50 and 5A. RGB value is (167,80,90). Sum of RGB (Red+Green+Blue) = 167+80+90=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A7505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7505A is #58AFA5. Grayscale: #6B6B6B. Windows color (decimal): -5812134 or 5918887. OLE color: 5918887.

HSL color Cylindrical-coordinate representation of color #A7505A: hue angle of 353.1º 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 #A7505A is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1678090-
CMYK00.520.460.35
HSL353.1º35.22%48.43%-
HSV(B)353.1º52.1%65.49%-
XYZ20.6514.6911.42-
YUV107.15118.32170.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=49.55%
G=23.74%
B=26.71%

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
Decimal167809000.520.460.35353.135.2248.43
HexA7505A0342E231612330
Octal24712013206456435414360
Binary10100111101000010110100110100101110100011101100001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7505A; }

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

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

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

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

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

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

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

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