Html Css Color HEX #AD455F Hippie Pink

📋 copy color: '#AD455F'

red 173 ◦ green 69 ◦ blue 95

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

Shades of Hippie Pink #AD455F

Tints of Hippie Pink #AD455F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 51.34%
G = 20.47%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD455F (or 0xAD455F) is known color: Hippie Pink. HEX triplet: AD, 45 and 5F. RGB value is (173,69,95). Sum of RGB (Red+Green+Blue) = 173+69+95=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD455F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD455F is #52BAA0. Grayscale: #676767. Windows color (decimal): -5421729 or 6243757. OLE color: 6243757.

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

Color convert

RGB 173 69 95 -
CMYK 0 0.60 0.45 0.32
HSL 345º 0.43% 0.47% -
HSV(B) 345º 0.6% 0.68% -
XYZ 21.43 13.97 12.39 -
YUV 103.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 173 69 95 0 0.60 0.45 0.32 345 0.43 0.47
Hex AD 45 5F 0 3C 2D 20 159 2B 2F
Octal 255 105 137 0 74 55 40 531 53 57
Binary 10101101 1000101 1011111 0 111100 101101 100000 101011001 101011 101111

Color Harmonies of #AD455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD455F

Black with #AD455F

Text Example


Text Example

White with #AD455F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD455F; }

 p { color: rgb(173,69,95); }

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

background-color css

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

 a { background-color: rgb(173,69,95); }

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

border-color css

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

 span { border-color: rgb(173,69,95); }

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