Html Css Color HEX #AD444B Hippie Pink

📋 copy color: '#AD444B'

red 173 ◦ green 68 ◦ blue 75

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

Shades of Hippie Pink #AD444B

Tints of Hippie Pink #AD444B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 54.75%
G = 21.52%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD444B (or 0xAD444B) is known color: Hippie Pink. HEX triplet: AD, 44 and 4B. RGB value is (173,68,75). Sum of RGB (Red+Green+Blue) = 173+68+75=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD444B is #52BBB4. Grayscale: #646464. Windows color (decimal): -5422005 or 4932781. OLE color: 4932781.

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

Color convert

RGB 173 68 75 -
CMYK 0 0.61 0.57 0.32
HSL 356º 0.44% 0.47% -
HSV(B) 356º 0.61% 0.68% -
XYZ 20.57 13.53 8.18 -
YUV 100.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 173 68 75 0 0.61 0.57 0.32 356 0.44 0.47
Hex AD 44 4B 0 3D 39 20 164 2C 2F
Octal 255 104 113 0 75 71 40 544 54 57
Binary 10101101 1000100 1001011 0 111101 111001 100000 101100100 101100 101111

Color Harmonies of #AD444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD444B

Black with #AD444B

Text Example


Text Example

White with #AD444B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD444B; }

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

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

background-color css

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

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

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

border-color css

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

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

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