Html Css Color HEX #AF516B Blush

📋 copy color: '#AF516B'

red 175 ◦ green 81 ◦ blue 107

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

Shades of Blush #AF516B

Tints of Blush #AF516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.31%

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 48.21%
G = 22.31%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF516B (or 0xAF516B) is known color: Blush. HEX triplet: AF, 51 and 6B. RGB value is (175,81,107). Sum of RGB (Red+Green+Blue) = 175+81+107=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF516B is #50AE94. Grayscale: #707070. Windows color (decimal): -5287573 or 7033263. OLE color: 7033263.

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

Color convert

RGB 175 81 107 -
CMYK 0 0.54 0.39 0.31
HSL 343.4º 0.37% 0.5% -
HSV(B) 343.4º 0.54% 0.69% -
XYZ 23.28 16.06 15.78 -
YUV 112.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 175 81 107 0 0.54 0.39 0.31 343.4 0.37 0.5
Hex AF 51 6B 0 36 27 1F 157 25 32
Octal 257 121 153 0 66 47 37 527 45 62
Binary 10101111 1010001 1101011 0 110110 100111 11111 101010111 100101 110010

Color Harmonies of #AF516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF516B

Black with #AF516B

Text Example


Text Example

White with #AF516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF516B; }

 p { color: rgb(175,81,107); }

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

background-color css

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

 a { background-color: rgb(175,81,107); }

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

border-color css

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

 span { border-color: rgb(175,81,107); }

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