Html Css Color HEX #AF5163 Blush

📋 copy color: '#AF5163'

red 175 ◦ green 81 ◦ blue 99

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

Shades of Blush #AF5163

Tints of Blush #AF5163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.89%

R = 49.3%
G = 22.82%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF5163 (or 0xAF5163) is known color: Blush. HEX triplet: AF, 51 and 63. RGB value is (175,81,99). Sum of RGB (Red+Green+Blue) = 175+81+99=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5163 is #50AE9C. Grayscale: #6F6F6F. Windows color (decimal): -5287581 or 6508975. OLE color: 6508975.

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

Color convert

RGB 175 81 99 -
CMYK 0 0.54 0.43 0.31
HSL 348.51º 0.37% 0.5% -
HSV(B) 348.51º 0.54% 0.69% -
XYZ 22.87 15.9 13.67 -
YUV 111.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 175 81 99 0 0.54 0.43 0.31 348.51 0.37 0.5
Hex AF 51 63 0 36 2B 1F 15D 25 32
Octal 257 121 143 0 66 53 37 535 45 62
Binary 10101111 1010001 1100011 0 110110 101011 11111 101011101 100101 110010

Color Harmonies of #AF5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5163

Black with #AF5163

Text Example


Text Example

White with #AF5163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5163; }

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

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

background-color css

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

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

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

border-color css

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

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

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