#A7425C

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

Shades of Hippie Pink #A7425C

Tints of Hippie Pink #A7425C

Color information

#A7425C (or 0xA7425C) is unknown color: approx Hippie Pink. HEX triplet: A7, 42 and 5C. RGB value is (167,66,92). Sum of RGB (Red+Green+Blue) = 167+66+92=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7425C is #58BDA3. Grayscale: #636363. Windows color (decimal): -5815716 or 6046375. OLE color: 6046375.

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

Color convert

RGB1676692-
CMYK00.600.450.35
HSL344.55º43.35%45.69%-
HSV(B)344.55º60.48%65.49%-
XYZ19.8212.8811.57-
YUV99.16123.96176.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.38%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=51.38%
G=20.31%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167669200.600.450.35344.5543.3545.69
HexA7425C03C2D231592b2e
Octal24710213407455435315356
Binary10100111100001010111000111100101101100011101011001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7425C; }

 p { color: rgb(167,66,92); }

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

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

 a { background-color: rgb(167,66,92); }

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

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

 span { border-color: rgb(167,66,92); }

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