#AD425B

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

Shades of Hippie Pink #AD425B

Tints of Hippie Pink #AD425B

Color information

#AD425B (or 0xAD425B) is unknown color: approx Hippie Pink. HEX triplet: AD, 42 and 5B. RGB value is (173,66,91). Sum of RGB (Red+Green+Blue) = 173+66+91=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD425B is #52BDA4. Grayscale: #646464. Windows color (decimal): -5422501 or 5980845. OLE color: 5980845.

HSL color Cylindrical-coordinate representation of color #AD425B: hue angle of 345.98º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD425B is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB1736691-
CMYK00.620.470.32
HSL345.98º44.77%46.86%-
HSV(B)345.98º61.85%67.84%-
XYZ21.0713.5411.4-
YUV100.84122.45179.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=52.42%
G=20%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173669100.620.470.32345.9844.7746.86
HexAD425B03E2F2015a2d2f
Octal25510213307657405325557
Binary10101101100001010110110111110101111100000101011010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD425B; }

 p { color: rgb(173,66,91); }

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

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

 a { background-color: rgb(173,66,91); }

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

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

 span { border-color: rgb(173,66,91); }

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