Html Css Color HEX #AD4251 Hippie Pink

📋 copy color: '#AD4251'

red 173 ◦ green 66 ◦ blue 81

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

Shades of Hippie Pink #AD4251

Tints of Hippie Pink #AD4251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 54.06%
G = 20.63%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD4251 (or 0xAD4251) is known color: Hippie Pink. HEX triplet: AD, 42 and 51. RGB value is (173,66,81). Sum of RGB (Red+Green+Blue) = 173+66+81=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4251 is #52BDAE. Grayscale: #636363. Windows color (decimal): -5422511 or 5325485. OLE color: 5325485.

HSL color Cylindrical-coordinate representation of color #AD4251: hue angle of 351.59º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4251 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 66 81 -
CMYK 0 0.62 0.53 0.32
HSL 351.59º 0.45% 0.47% -
HSV(B) 351.59º 0.62% 0.68% -
XYZ 20.67 13.37 9.28 -
YUV 99.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 173 66 81 0 0.62 0.53 0.32 351.59 0.45 0.47
Hex AD 42 51 0 3E 35 20 160 2D 2F
Octal 255 102 121 0 76 65 40 540 55 57
Binary 10101101 1000010 1010001 0 111110 110101 100000 101100000 101101 101111

Color Harmonies of #AD4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4251

Black with #AD4251

Text Example


Text Example

White with #AD4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4251; }

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

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

background-color css

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

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

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

border-color css

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

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

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