Html Css Color HEX #AD425A Hippie Pink

📋 copy color: '#AD425A'

red 173 ◦ green 66 ◦ blue 90

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

Shades of Hippie Pink #AD425A

Tints of Hippie Pink #AD425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

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

R = 52.58%
G = 20.06%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD425A (or 0xAD425A) is known color: Hippie Pink. HEX triplet: AD, 42 and 5A. RGB value is (173,66,90). Sum of RGB (Red+Green+Blue) = 173+66+90=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD425A is #52BDA5. Grayscale: #646464. Windows color (decimal): -5422502 or 5915309. OLE color: 5915309.

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

Color convert

RGB 173 66 90 -
CMYK 0 0.62 0.48 0.32
HSL 346.54º 0.45% 0.47% -
HSV(B) 346.54º 0.62% 0.68% -
XYZ 21.03 13.52 11.17 -
YUV 100.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 173 66 90 0 0.62 0.48 0.32 346.54 0.45 0.47
Hex AD 42 5A 0 3E 30 20 15B 2D 2F
Octal 255 102 132 0 76 60 40 533 55 57
Binary 10101101 1000010 1011010 0 111110 110000 100000 101011011 101101 101111

Color Harmonies of #AD425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD425A

Black with #AD425A

Text Example


Text Example

White with #AD425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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