Html Css Color HEX #AD464A Hippie Pink

📋 copy color: '#AD464A'

red 173 ◦ green 70 ◦ blue 74

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

Shades of Hippie Pink #AD464A

Tints of Hippie Pink #AD464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 54.57%
G = 22.08%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD464A (or 0xAD464A) is known color: Hippie Pink. HEX triplet: AD, 46 and 4A. RGB value is (173,70,74). Sum of RGB (Red+Green+Blue) = 173+70+74=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD464A is #52B9B5. Grayscale: #656565. Windows color (decimal): -5421494 or 4867757. OLE color: 4867757.

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

Color convert

RGB 173 70 74 -
CMYK 0 0.60 0.57 0.32
HSL 357.67º 0.42% 0.48% -
HSV(B) 357.67º 0.6% 0.68% -
XYZ 20.66 13.76 8.05 -
YUV 101.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 173 70 74 0 0.60 0.57 0.32 357.67 0.42 0.48
Hex AD 46 4A 0 3C 39 20 166 2A 30
Octal 255 106 112 0 74 71 40 546 52 60
Binary 10101101 1000110 1001010 0 111100 111001 100000 101100110 101010 110000

Color Harmonies of #AD464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD464A

Black with #AD464A

Text Example


Text Example

White with #AD464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD464A; }

 p { color: rgb(173,70,74); }

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

background-color css

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

 a { background-color: rgb(173,70,74); }

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

border-color css

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

 span { border-color: rgb(173,70,74); }

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