Html Css Color HEX #AD415C Hippie Pink

📋 copy color: '#AD415C'

red 173 ◦ green 65 ◦ blue 92

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

Shades of Hippie Pink #AD415C

Tints of Hippie Pink #AD415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 52.42%
G = 19.7%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD415C (or 0xAD415C) is known color: Hippie Pink. HEX triplet: AD, 41 and 5C. RGB value is (173,65,92). Sum of RGB (Red+Green+Blue) = 173+65+92=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD415C is #52BEA3. Grayscale: #646464. Windows color (decimal): -5422756 or 6046125. OLE color: 6046125.

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

Color convert

RGB 173 65 92 -
CMYK 0 0.62 0.47 0.32
HSL 345º 0.45% 0.47% -
HSV(B) 345º 0.62% 0.68% -
XYZ 21.06 13.44 11.61 -
YUV 100.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 173 65 92 0 0.62 0.47 0.32 345 0.45 0.47
Hex AD 41 5C 0 3E 2F 20 159 2D 2F
Octal 255 101 134 0 76 57 40 531 55 57
Binary 10101101 1000001 1011100 0 111110 101111 100000 101011001 101101 101111

Color Harmonies of #AD415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD415C

Black with #AD415C

Text Example


Text Example

White with #AD415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD415C; }

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

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

background-color css

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

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

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

border-color css

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

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

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