Html Css Color HEX #AF5D68 Blush

📋 copy color: '#AF5D68'

red 175 ◦ green 93 ◦ blue 104

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

Shades of Blush #AF5D68

Tints of Blush #AF5D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 47.04%
G = 25%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF5D68 (or 0xAF5D68) is known color: Blush. HEX triplet: AF, 5D and 68. RGB value is (175,93,104). Sum of RGB (Red+Green+Blue) = 175+93+104=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D68 is #50A297. Grayscale: #767676. Windows color (decimal): -5284504 or 6839727. OLE color: 6839727.

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

Color convert

RGB 175 93 104 -
CMYK 0 0.47 0.41 0.31
HSL 351.95º 0.34% 0.53% -
HSV(B) 351.95º 0.47% 0.69% -
XYZ 24.09 17.94 15.29 -
YUV 118.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 175 93 104 0 0.47 0.41 0.31 351.95 0.34 0.53
Hex AF 5D 68 0 2F 29 1F 160 22 35
Octal 257 135 150 0 57 51 37 540 42 65
Binary 10101111 1011101 1101000 0 101111 101001 11111 101100000 100010 110101

Color Harmonies of #AF5D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D68

Black with #AF5D68

Text Example


Text Example

White with #AF5D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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