Html Css Color HEX #AD434E Hippie Pink

📋 copy color: '#AD434E'

red 173 ◦ green 67 ◦ blue 78

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

Shades of Hippie Pink #AD434E

Tints of Hippie Pink #AD434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.07%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 54.4%
G = 21.07%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD434E (or 0xAD434E) is known color: Hippie Pink. HEX triplet: AD, 43 and 4E. RGB value is (173,67,78). Sum of RGB (Red+Green+Blue) = 173+67+78=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD434E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD434E is #52BCB1. Grayscale: #646464. Windows color (decimal): -5422258 or 5129133. OLE color: 5129133.

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

Color convert

RGB 173 67 78 -
CMYK 0 0.61 0.55 0.32
HSL 353.77º 0.44% 0.47% -
HSV(B) 353.77º 0.61% 0.68% -
XYZ 20.62 13.45 8.72 -
YUV 99.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 173 67 78 0 0.61 0.55 0.32 353.77 0.44 0.47
Hex AD 43 4E 0 3D 37 20 162 2C 2F
Octal 255 103 116 0 75 67 40 542 54 57
Binary 10101101 1000011 1001110 0 111101 110111 100000 101100010 101100 101111

Color Harmonies of #AD434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD434E

Black with #AD434E

Text Example


Text Example

White with #AD434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD434E; }

 p { color: rgb(173,67,78); }

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

background-color css

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

 a { background-color: rgb(173,67,78); }

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

border-color css

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

 span { border-color: rgb(173,67,78); }

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