Html Css Color HEX #AD4B53 Hippie Pink

📋 copy color: '#AD4B53'

red 173 ◦ green 75 ◦ blue 83

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

Shades of Hippie Pink #AD4B53

Tints of Hippie Pink #AD4B53

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.66%

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 52.27%
G = 22.66%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD4B53 (or 0xAD4B53) is known color: Hippie Pink. HEX triplet: AD, 4B and 53. RGB value is (173,75,83). Sum of RGB (Red+Green+Blue) = 173+75+83=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4B53 is #52B4AC. Grayscale: #696969. Windows color (decimal): -5420205 or 5458861. OLE color: 5458861.

HSL color Cylindrical-coordinate representation of color #AD4B53: hue angle of 355.1º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4B53 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 75 83 -
CMYK 0 0.57 0.52 0.32
HSL 355.1º 0.4% 0.49% -
HSV(B) 355.1º 0.57% 0.68% -
XYZ 21.31 14.54 9.87 -
YUV 105.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 173 75 83 0 0.57 0.52 0.32 355.1 0.4 0.49
Hex AD 4B 53 0 39 34 20 163 28 31
Octal 255 113 123 0 71 64 40 543 50 61
Binary 10101101 1001011 1010011 0 111001 110100 100000 101100011 101000 110001

Color Harmonies of #AD4B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B53

Black with #AD4B53

Text Example


Text Example

White with #AD4B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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