Html Css Color HEX #AD435C Hippie Pink

📋 copy color: '#AD435C'

red 173 ◦ green 67 ◦ blue 92

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

Shades of Hippie Pink #AD435C

Tints of Hippie Pink #AD435C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 52.11%
G = 20.18%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD435C (or 0xAD435C) is known color: Hippie Pink. HEX triplet: AD, 43 and 5C. RGB value is (173,67,92). Sum of RGB (Red+Green+Blue) = 173+67+92=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD435C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD435C is #52BCA3. Grayscale: #656565. Windows color (decimal): -5422244 or 6046637. OLE color: 6046637.

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

Color convert

RGB 173 67 92 -
CMYK 0 0.61 0.47 0.32
HSL 345.85º 0.44% 0.47% -
HSV(B) 345.85º 0.61% 0.68% -
XYZ 21.17 13.67 11.65 -
YUV 101.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 173 67 92 0 0.61 0.47 0.32 345.85 0.44 0.47
Hex AD 43 5C 0 3D 2F 20 15A 2C 2F
Octal 255 103 134 0 75 57 40 532 54 57
Binary 10101101 1000011 1011100 0 111101 101111 100000 101011010 101100 101111

Color Harmonies of #AD435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD435C

Black with #AD435C

Text Example


Text Example

White with #AD435C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD435C; }

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

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

background-color css

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

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

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

border-color css

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

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

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