Html Css Color HEX #AF5D73 Blush

📋 copy color: '#AF5D73'

red 175 ◦ green 93 ◦ blue 115

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

Shades of Blush #AF5D73

Tints of Blush #AF5D73

RGB

 RED value IS 175 (68.75% from 255) = 45.69%

 GREEN value IS 93 (36.72% from 255) = 24.28%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 45.69%
G = 24.28%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5D73 (or 0xAF5D73) is known color: Blush. HEX triplet: AF, 5D and 73. RGB value is (175,93,115). Sum of RGB (Red+Green+Blue) = 175+93+115=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D73 is #50A28C. Grayscale: #787878. Windows color (decimal): -5284493 or 7560623. OLE color: 7560623.

HSL color Cylindrical-coordinate representation of color #AF5D73: hue angle of 343.9º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5D73 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 115 -
CMYK 0 0.47 0.34 0.31
HSL 343.9º 0.34% 0.53% -
HSV(B) 343.9º 0.47% 0.69% -
XYZ 24.69 18.18 18.43 -
YUV 120.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 175 93 115 0 0.47 0.34 0.31 343.9 0.34 0.53
Hex AF 5D 73 0 2F 22 1F 158 22 35
Octal 257 135 163 0 57 42 37 530 42 65
Binary 10101111 1011101 1110011 0 101111 100010 11111 101011000 100010 110101

Color Harmonies of #AF5D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D73

Black with #AF5D73

Text Example


Text Example

White with #AF5D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D73; }

 p { color: rgb(175,93,115); }

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

background-color css

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

 a { background-color: rgb(175,93,115); }

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

border-color css

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

 span { border-color: rgb(175,93,115); }

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