Html Css Color HEX #AD445B Hippie Pink

📋 copy color: '#AD445B'

red 173 ◦ green 68 ◦ blue 91

#AD445B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AD445B

Tints of Hippie Pink #AD445B

RGB

 RED value IS 173 (67.97% from 255) = 52.11%

 GREEN value IS 68 (26.95% from 255) = 20.48%

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 52.11%
G = 20.48%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD445B (or 0xAD445B) is known color: Hippie Pink. HEX triplet: AD, 44 and 5B. RGB value is (173,68,91). Sum of RGB (Red+Green+Blue) = 173+68+91=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD445B is #52BBA4. Grayscale: #666666. Windows color (decimal): -5421989 or 5981357. OLE color: 5981357.

HSL color Cylindrical-coordinate representation of color #AD445B: hue angle of 346.86º 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 #AD445B is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 91 -
CMYK 0 0.61 0.47 0.32
HSL 346.86º 0.44% 0.47% -
HSV(B) 346.86º 0.61% 0.68% -
XYZ 21.19 13.77 11.44 -
YUV 102.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 173 68 91 0 0.61 0.47 0.32 346.86 0.44 0.47
Hex AD 44 5B 0 3D 2F 20 15B 2C 2F
Octal 255 104 133 0 75 57 40 533 54 57
Binary 10101101 1000100 1011011 0 111101 101111 100000 101011011 101100 101111

Color Harmonies of #AD445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD445B

Black with #AD445B

Text Example


Text Example

White with #AD445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD445B; }

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

 H1.HeaderClassName
 {
   color: #AD445B;
 }
 .AnyTagClassName
 {
   color: #AD445B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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