Html Css Color HEX #AD454E Hippie Pink

📋 copy color: '#AD454E'

red 173 ◦ green 69 ◦ blue 78

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

Shades of Hippie Pink #AD454E

Tints of Hippie Pink #AD454E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 54.06%
G = 21.56%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD454E (or 0xAD454E) is known color: Hippie Pink. HEX triplet: AD, 45 and 4E. RGB value is (173,69,78). Sum of RGB (Red+Green+Blue) = 173+69+78=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD454E is #52BAB1. Grayscale: #656565. Windows color (decimal): -5421746 or 5129645. OLE color: 5129645.

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

Color convert

RGB 173 69 78 -
CMYK 0 0.60 0.55 0.32
HSL 354.81º 0.43% 0.47% -
HSV(B) 354.81º 0.6% 0.68% -
XYZ 20.74 13.69 8.76 -
YUV 101.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 173 69 78 0 0.60 0.55 0.32 354.81 0.43 0.47
Hex AD 45 4E 0 3C 37 20 163 2B 2F
Octal 255 105 116 0 74 67 40 543 53 57
Binary 10101101 1000101 1001110 0 111100 110111 100000 101100011 101011 101111

Color Harmonies of #AD454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD454E

Black with #AD454E

Text Example


Text Example

White with #AD454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD454E; }

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

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

background-color css

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

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

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

border-color css

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

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

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