Html Css Color HEX #AD454C Hippie Pink

📋 copy color: '#AD454C'

red 173 ◦ green 69 ◦ blue 76

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

Shades of Hippie Pink #AD454C

Tints of Hippie Pink #AD454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 54.4%
G = 21.7%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD454C (or 0xAD454C) is known color: Hippie Pink. HEX triplet: AD, 45 and 4C. RGB value is (173,69,76). Sum of RGB (Red+Green+Blue) = 173+69+76=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD454C is #52BAB3. Grayscale: #646464. Windows color (decimal): -5421748 or 4998573. OLE color: 4998573.

HSL color Cylindrical-coordinate representation of color #AD454C: hue angle of 355.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD454C is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 76 -
CMYK 0 0.60 0.56 0.32
HSL 355.96º 0.43% 0.47% -
HSV(B) 355.96º 0.6% 0.68% -
XYZ 20.67 13.66 8.39 -
YUV 100.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 173 69 76 0 0.60 0.56 0.32 355.96 0.43 0.47
Hex AD 45 4C 0 3C 38 20 164 2B 2F
Octal 255 105 114 0 74 70 40 544 53 57
Binary 10101101 1000101 1001100 0 111100 111000 100000 101100100 101011 101111

Color Harmonies of #AD454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD454C

Black with #AD454C

Text Example


Text Example

White with #AD454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD454C; }

 p { color: rgb(173,69,76); }

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

background-color css

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

 a { background-color: rgb(173,69,76); }

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

border-color css

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

 span { border-color: rgb(173,69,76); }

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