#AD434E

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

Shades of Hippie Pink #AD434E

Tints of Hippie Pink #AD434E

Color information

#AD434E (or 0xAD434E) is unknown color: approx Hippie Pink. HEX triplet: AD, 43 and 4E. RGB value is (173,67,78). Sum of RGB (Red+Green+Blue) = 173+67+78=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD434E is #52BCB1. Grayscale: #646464. Windows color (decimal): -5422258 or 5129133. OLE color: 5129133.

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

Color convert

RGB1736778-
CMYK00.610.550.32
HSL353.77º44.17%47.06%-
HSV(B)353.77º61.27%67.84%-
XYZ20.6213.458.72-
YUV99.95115.62180.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=54.40%
G=21.07%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173677800.610.550.32353.7744.1747.06
HexAD434E03D37201622c2f
Octal25510311607567405425457
Binary10101101100001110011100111101110111100000101100010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD434E; }

 p { color: rgb(173,67,78); }

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

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

 a { background-color: rgb(173,67,78); }

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

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

 span { border-color: rgb(173,67,78); }

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