Html Css Color HEX #AD464B Hippie Pink

📋 copy color: '#AD464B'

red 173 ◦ green 70 ◦ blue 75

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

Shades of Hippie Pink #AD464B

Tints of Hippie Pink #AD464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.58%

R = 54.4%
G = 22.01%
B = 23.58%

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

#AD464B (or 0xAD464B) is known color: Hippie Pink. HEX triplet: AD, 46 and 4B. RGB value is (173,70,75). Sum of RGB (Red+Green+Blue) = 173+70+75=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD464B is #52B9B4. Grayscale: #656565. Windows color (decimal): -5421493 or 4933293. OLE color: 4933293.

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

Color convert

RGB 173 70 75 -
CMYK 0 0.60 0.57 0.32
HSL 357.09º 0.42% 0.48% -
HSV(B) 357.09º 0.6% 0.68% -
XYZ 20.69 13.77 8.22 -
YUV 101.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 173 70 75 0 0.60 0.57 0.32 357.09 0.42 0.48
Hex AD 46 4B 0 3C 39 20 165 2A 30
Octal 255 106 113 0 74 71 40 545 52 60
Binary 10101101 1000110 1001011 0 111100 111001 100000 101100101 101010 110000

Color Harmonies of #AD464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD464B

Black with #AD464B

Text Example


Text Example

White with #AD464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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