Html Css Color HEX #AD455A Hippie Pink

📋 copy color: '#AD455A'

red 173 ◦ green 69 ◦ blue 90

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

Shades of Hippie Pink #AD455A

Tints of Hippie Pink #AD455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 52.11%
G = 20.78%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD455A (or 0xAD455A) is known color: Hippie Pink. HEX triplet: AD, 45 and 5A. RGB value is (173,69,90). Sum of RGB (Red+Green+Blue) = 173+69+90=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD455A is #52BAA5. Grayscale: #666666. Windows color (decimal): -5421734 or 5916077. OLE color: 5916077.

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

Color convert

RGB 173 69 90 -
CMYK 0 0.60 0.48 0.32
HSL 347.88º 0.43% 0.47% -
HSV(B) 347.88º 0.6% 0.68% -
XYZ 21.21 13.88 11.23 -
YUV 102.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 173 69 90 0 0.60 0.48 0.32 347.88 0.43 0.47
Hex AD 45 5A 0 3C 30 20 15C 2B 2F
Octal 255 105 132 0 74 60 40 534 53 57
Binary 10101101 1000101 1011010 0 111100 110000 100000 101011100 101011 101111

Color Harmonies of #AD455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD455A

Black with #AD455A

Text Example


Text Example

White with #AD455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD455A; }

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

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

background-color css

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

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

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

border-color css

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

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

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