Html Css Color HEX #AF5D70 Blush

📋 copy color: '#AF5D70'

red 175 ◦ green 93 ◦ blue 112

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

Shades of Blush #AF5D70

Tints of Blush #AF5D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.47%

R = 46.05%
G = 24.47%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF5D70 (or 0xAF5D70) is known color: Blush. HEX triplet: AF, 5D and 70. RGB value is (175,93,112). Sum of RGB (Red+Green+Blue) = 175+93+112=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D70 is #50A28F. Grayscale: #777777. Windows color (decimal): -5284496 or 7364015. OLE color: 7364015.

HSL color Cylindrical-coordinate representation of color #AF5D70: hue angle of 346.1º 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 #AF5D70 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 112 -
CMYK 0 0.47 0.36 0.31
HSL 346.1º 0.34% 0.53% -
HSV(B) 346.1º 0.47% 0.69% -
XYZ 24.52 18.11 17.53 -
YUV 119.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 175 93 112 0 0.47 0.36 0.31 346.1 0.34 0.53
Hex AF 5D 70 0 2F 24 1F 15A 22 35
Octal 257 135 160 0 57 44 37 532 42 65
Binary 10101111 1011101 1110000 0 101111 100100 11111 101011010 100010 110101

Color Harmonies of #AF5D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D70

Black with #AF5D70

Text Example


Text Example

White with #AF5D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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