Html Css Color HEX #AD4359 Hippie Pink

📋 copy color: '#AD4359'

red 173 ◦ green 67 ◦ blue 89

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

Shades of Hippie Pink #AD4359

Tints of Hippie Pink #AD4359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

 BLUE value IS 89 (35.16% from 255) = 27.05%

R = 52.58%
G = 20.36%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD4359 (or 0xAD4359) is known color: Hippie Pink. HEX triplet: AD, 43 and 59. RGB value is (173,67,89). Sum of RGB (Red+Green+Blue) = 173+67+89=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4359 is #52BCA6. Grayscale: #656565. Windows color (decimal): -5422247 or 5850029. OLE color: 5850029.

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

Color convert

RGB 173 67 89 -
CMYK 0 0.61 0.49 0.32
HSL 347.55º 0.44% 0.47% -
HSV(B) 347.55º 0.61% 0.68% -
XYZ 21.04 13.62 10.97 -
YUV 101.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 173 67 89 0 0.61 0.49 0.32 347.55 0.44 0.47
Hex AD 43 59 0 3D 31 20 15C 2C 2F
Octal 255 103 131 0 75 61 40 534 54 57
Binary 10101101 1000011 1011001 0 111101 110001 100000 101011100 101100 101111

Color Harmonies of #AD4359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4359

Black with #AD4359

Text Example


Text Example

White with #AD4359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4359; }

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

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

background-color css

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

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

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

border-color css

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

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

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