Html Css Color HEX #AF5C6F Blush

📋 copy color: '#AF5C6F'

red 175 ◦ green 92 ◦ blue 111

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

Shades of Blush #AF5C6F

Tints of Blush #AF5C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 46.3%
G = 24.34%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF5C6F (or 0xAF5C6F) is known color: Blush. HEX triplet: AF, 5C and 6F. RGB value is (175,92,111). Sum of RGB (Red+Green+Blue) = 175+92+111=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C6F is #50A390. Grayscale: #767676. Windows color (decimal): -5284753 or 7298223. OLE color: 7298223.

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

Color convert

RGB 175 92 111 -
CMYK 0 0.47 0.37 0.31
HSL 346.27º 0.34% 0.52% -
HSV(B) 346.27º 0.47% 0.69% -
XYZ 24.38 17.92 17.21 -
YUV 118.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 175 92 111 0 0.47 0.37 0.31 346.27 0.34 0.52
Hex AF 5C 6F 0 2F 25 1F 15A 22 34
Octal 257 134 157 0 57 45 37 532 42 64
Binary 10101111 1011100 1101111 0 101111 100101 11111 101011010 100010 110100

Color Harmonies of #AF5C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C6F

Black with #AF5C6F

Text Example


Text Example

White with #AF5C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C6F; }

 p { color: rgb(175,92,111); }

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

background-color css

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

 a { background-color: rgb(175,92,111); }

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

border-color css

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

 span { border-color: rgb(175,92,111); }

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