#AD485E

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

Shades of Hippie Pink #AD485E

Tints of Hippie Pink #AD485E

Color information

#AD485E (or 0xAD485E) is unknown color: approx Hippie Pink. HEX triplet: AD, 48 and 5E. RGB value is (173,72,94). Sum of RGB (Red+Green+Blue) = 173+72+94=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD485E is #52B7A1. Grayscale: #686868. Windows color (decimal): -5420962 or 6178989. OLE color: 6178989.

HSL color Cylindrical-coordinate representation of color #AD485E: hue angle of 346.93º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD485E is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1737294-
CMYK00.580.460.32
HSL346.93º41.22%48.04%-
HSV(B)346.93º58.38%67.84%-
XYZ21.5714.3312.22-
YUV104.71121.96176.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.03%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=51.03%
G=21.24%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173729400.580.460.32346.9341.2248.04
HexAD485E03A2E2015b2930
Octal25511013607256405335160
Binary10101101100100010111100111010101110100000101011011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD485E; }

 p { color: rgb(173,72,94); }

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

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

 a { background-color: rgb(173,72,94); }

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

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

 span { border-color: rgb(173,72,94); }

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