Html Css Color HEX #AD454B Hippie Pink

📋 copy color: '#AD454B'

red 173 ◦ green 69 ◦ blue 75

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

Shades of Hippie Pink #AD454B

Tints of Hippie Pink #AD454B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 54.57%
G = 21.77%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD454B (or 0xAD454B) is known color: Hippie Pink. HEX triplet: AD, 45 and 4B. RGB value is (173,69,75). Sum of RGB (Red+Green+Blue) = 173+69+75=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD454B is #52BAB4. Grayscale: #646464. Windows color (decimal): -5421749 or 4933037. OLE color: 4933037.

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

Color convert

RGB 173 69 75 -
CMYK 0 0.60 0.57 0.32
HSL 356.54º 0.43% 0.47% -
HSV(B) 356.54º 0.6% 0.68% -
XYZ 20.63 13.65 8.2 -
YUV 100.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 173 69 75 0 0.60 0.57 0.32 356.54 0.43 0.47
Hex AD 45 4B 0 3C 39 20 165 2B 2F
Octal 255 105 113 0 74 71 40 545 53 57
Binary 10101101 1000101 1001011 0 111100 111001 100000 101100101 101011 101111

Color Harmonies of #AD454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD454B

Black with #AD454B

Text Example


Text Example

White with #AD454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD454B; }

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

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

background-color css

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

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

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

border-color css

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

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

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