Html Css Color HEX #AD405C Hippie Pink

📋 copy color: '#AD405C'

red 173 ◦ green 64 ◦ blue 92

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

Shades of Hippie Pink #AD405C

Tints of Hippie Pink #AD405C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

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

R = 52.58%
G = 19.45%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD405C (or 0xAD405C) is known color: Hippie Pink. HEX triplet: AD, 40 and 5C. RGB value is (173,64,92). Sum of RGB (Red+Green+Blue) = 173+64+92=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD405C is #52BFA3. Grayscale: #636363. Windows color (decimal): -5423012 or 6045869. OLE color: 6045869.

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

Color convert

RGB 173 64 92 -
CMYK 0 0.63 0.47 0.32
HSL 344.59º 0.46% 0.46% -
HSV(B) 344.59º 0.63% 0.68% -
XYZ 21 13.32 11.59 -
YUV 99.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 173 64 92 0 0.63 0.47 0.32 344.59 0.46 0.46
Hex AD 40 5C 0 3F 2F 20 159 2E 2E
Octal 255 100 134 0 77 57 40 531 56 56
Binary 10101101 1000000 1011100 0 111111 101111 100000 101011001 101110 101110

Color Harmonies of #AD405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD405C

Black with #AD405C

Text Example


Text Example

White with #AD405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD405C; }

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

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

background-color css

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

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

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

border-color css

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

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

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