Html Css Color HEX #AD5F69 Blush

📋 copy color: '#AD5F69'

red 173 ◦ green 95 ◦ blue 105

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

Shades of Blush #AD5F69

Tints of Blush #AD5F69

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

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

R = 46.38%
G = 25.47%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD5F69 (or 0xAD5F69) is known color: Blush. HEX triplet: AD, 5F and 69. RGB value is (173,95,105). Sum of RGB (Red+Green+Blue) = 173+95+105=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F69 is #52A096. Grayscale: #777777. Windows color (decimal): -5415063 or 6905773. OLE color: 6905773.

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

Color convert

RGB 173 95 105 -
CMYK 0 0.45 0.39 0.32
HSL 352.31º 0.32% 0.53% -
HSV(B) 352.31º 0.45% 0.68% -
XYZ 23.88 18.09 15.6 -
YUV 119.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 173 95 105 0 0.45 0.39 0.32 352.31 0.32 0.53
Hex AD 5F 69 0 2D 27 20 160 20 35
Octal 255 137 151 0 55 47 40 540 40 65
Binary 10101101 1011111 1101001 0 101101 100111 100000 101100000 100000 110101

Color Harmonies of #AD5F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F69

Black with #AD5F69

Text Example


Text Example

White with #AD5F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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