Html Css Color HEX #AD454F Hippie Pink

📋 copy color: '#AD454F'

red 173 ◦ green 69 ◦ blue 79

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

Shades of Hippie Pink #AD454F

Tints of Hippie Pink #AD454F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 53.89%
G = 21.5%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD454F (or 0xAD454F) is known color: Hippie Pink. HEX triplet: AD, 45 and 4F. RGB value is (173,69,79). Sum of RGB (Red+Green+Blue) = 173+69+79=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD454F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD454F is #52BAB0. Grayscale: #656565. Windows color (decimal): -5421745 or 5195181. OLE color: 5195181.

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

Color convert

RGB 173 69 79 -
CMYK 0 0.60 0.54 0.32
HSL 354.23º 0.43% 0.47% -
HSV(B) 354.23º 0.6% 0.68% -
XYZ 20.77 13.7 8.95 -
YUV 101.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 173 69 79 0 0.60 0.54 0.32 354.23 0.43 0.47
Hex AD 45 4F 0 3C 36 20 162 2B 2F
Octal 255 105 117 0 74 66 40 542 53 57
Binary 10101101 1000101 1001111 0 111100 110110 100000 101100010 101011 101111

Color Harmonies of #AD454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD454F

Black with #AD454F

Text Example


Text Example

White with #AD454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD454F; }

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

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

background-color css

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

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

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

border-color css

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

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

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