Html Css Color HEX #AD5C69 Blush

📋 copy color: '#AD5C69'

red 173 ◦ green 92 ◦ blue 105

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

Shades of Blush #AD5C69

Tints of Blush #AD5C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

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

R = 46.76%
G = 24.86%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD5C69 (or 0xAD5C69) is known color: Blush. HEX triplet: AD, 5C and 69. RGB value is (173,92,105). Sum of RGB (Red+Green+Blue) = 173+92+105=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C69 is #52A396. Grayscale: #757575. Windows color (decimal): -5415831 or 6905005. OLE color: 6905005.

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

Color convert

RGB 173 92 105 -
CMYK 0 0.47 0.39 0.32
HSL 350.37º 0.33% 0.52% -
HSV(B) 350.37º 0.47% 0.68% -
XYZ 23.61 17.56 15.51 -
YUV 117.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 173 92 105 0 0.47 0.39 0.32 350.37 0.33 0.52
Hex AD 5C 69 0 2F 27 20 15E 21 34
Octal 255 134 151 0 57 47 40 536 41 64
Binary 10101101 1011100 1101001 0 101111 100111 100000 101011110 100001 110100

Color Harmonies of #AD5C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C69

Black with #AD5C69

Text Example


Text Example

White with #AD5C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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