Html Css Color HEX #AD5A69 Blush

📋 copy color: '#AD5A69'

red 173 ◦ green 90 ◦ blue 105

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

Shades of Blush #AD5A69

Tints of Blush #AD5A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.46%

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 47.01%
G = 24.46%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD5A69 (or 0xAD5A69) is known color: Blush. HEX triplet: AD, 5A and 69. RGB value is (173,90,105). Sum of RGB (Red+Green+Blue) = 173+90+105=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A69 is #52A596. Grayscale: #747474. Windows color (decimal): -5416343 or 6904493. OLE color: 6904493.

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

Color convert

RGB 173 90 105 -
CMYK 0 0.48 0.39 0.32
HSL 349.16º 0.34% 0.52% -
HSV(B) 349.16º 0.48% 0.68% -
XYZ 23.44 17.22 15.45 -
YUV 116.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 173 90 105 0 0.48 0.39 0.32 349.16 0.34 0.52
Hex AD 5A 69 0 30 27 20 15D 22 34
Octal 255 132 151 0 60 47 40 535 42 64
Binary 10101101 1011010 1101001 0 110000 100111 100000 101011101 100010 110100

Color Harmonies of #AD5A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A69

Black with #AD5A69

Text Example


Text Example

White with #AD5A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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