#AD4C4E

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

Shades of Hippie Pink #AD4C4E

Tints of Hippie Pink #AD4C4E

Color information

#AD4C4E (or 0xAD4C4E) is unknown color: approx Hippie Pink. HEX triplet: AD, 4C and 4E. RGB value is (173,76,78). Sum of RGB (Red+Green+Blue) = 173+76+78=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C4E is #52B3B1. Grayscale: #696969. Windows color (decimal): -5419954 or 5131437. OLE color: 5131437.

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

Color convert

RGB1737678-
CMYK00.560.550.32
HSL358.76º38.96%48.82%-
HSV(B)358.76º56.07%67.84%-
XYZ21.1914.68.91-
YUV105.23112.64176.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 76 (30.08% from 255) = 23.24%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=52.91%
G=23.24%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173767800.560.550.32358.7638.9648.82
HexAD4C4E03837201672731
Octal25511411607067405474761
Binary10101101100110010011100111000110111100000101100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4C4E; }

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

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

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

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

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

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

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

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