#AD5A5E

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

Shades of Hippie Pink #AD5A5E

Tints of Hippie Pink #AD5A5E

Color information

#AD5A5E (or 0xAD5A5E) is unknown color: approx Hippie Pink. HEX triplet: AD, 5A and 5E. RGB value is (173,90,94). Sum of RGB (Red+Green+Blue) = 173+90+94=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A5E is #52A5A1. Grayscale: #737373. Windows color (decimal): -5416354 or 6183597. OLE color: 6183597.

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

Color convert

RGB1739094-
CMYK00.480.460.32
HSL357.11º33.6%51.57%-
HSV(B)357.11º47.98%67.84%-
XYZ22.911712.66-
YUV115.27116169.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=48.46%
G=25.21%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173909400.480.460.32357.1133.651.57
HexAD5A5E0302E201652234
Octal25513213606056405454264
Binary10101101101101010111100110000101110100000101100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A5E; }

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

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

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

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

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

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

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

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