Html Css Color HEX #AD4351 Hippie Pink

📋 copy color: '#AD4351'

red 173 ◦ green 67 ◦ blue 81

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

Shades of Hippie Pink #AD4351

Tints of Hippie Pink #AD4351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 53.89%
G = 20.87%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD4351 (or 0xAD4351) is known color: Hippie Pink. HEX triplet: AD, 43 and 51. RGB value is (173,67,81). Sum of RGB (Red+Green+Blue) = 173+67+81=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4351 is #52BCAE. Grayscale: #646464. Windows color (decimal): -5422255 or 5325741. OLE color: 5325741.

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

Color convert

RGB 173 67 81 -
CMYK 0 0.61 0.53 0.32
HSL 352.08º 0.44% 0.47% -
HSV(B) 352.08º 0.61% 0.68% -
XYZ 20.73 13.49 9.3 -
YUV 100.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 173 67 81 0 0.61 0.53 0.32 352.08 0.44 0.47
Hex AD 43 51 0 3D 35 20 160 2C 2F
Octal 255 103 121 0 75 65 40 540 54 57
Binary 10101101 1000011 1010001 0 111101 110101 100000 101100000 101100 101111

Color Harmonies of #AD4351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4351

Black with #AD4351

Text Example


Text Example

White with #AD4351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4351; }

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

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

background-color css

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

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

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

border-color css

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

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

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