Html Css Color HEX #AD4C6A Blush

📋 copy color: '#AD4C6A'

red 173 ◦ green 76 ◦ blue 106

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

Shades of Blush #AD4C6A

Tints of Blush #AD4C6A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 48.73%
G = 21.41%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD4C6A (or 0xAD4C6A) is known color: Blush. HEX triplet: AD, 4C and 6A. RGB value is (173,76,106). Sum of RGB (Red+Green+Blue) = 173+76+106=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C6A is #52B395. Grayscale: #6C6C6C. Windows color (decimal): -5419926 or 6966445. OLE color: 6966445.

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

Color convert

RGB 173 76 106 -
CMYK 0 0.56 0.39 0.32
HSL 341.44º 0.39% 0.49% -
HSV(B) 341.44º 0.56% 0.68% -
XYZ 22.42 15.09 15.37 -
YUV 108.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 173 76 106 0 0.56 0.39 0.32 341.44 0.39 0.49
Hex AD 4C 6A 0 38 27 20 155 27 31
Octal 255 114 152 0 70 47 40 525 47 61
Binary 10101101 1001100 1101010 0 111000 100111 100000 101010101 100111 110001

Color Harmonies of #AD4C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C6A

Black with #AD4C6A

Text Example


Text Example

White with #AD4C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C6A; }

 p { color: rgb(173,76,106); }

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

background-color css

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

 a { background-color: rgb(173,76,106); }

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

border-color css

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

 span { border-color: rgb(173,76,106); }

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