Html Css Color HEX #AF516A Blush

📋 copy color: '#AF516A'

red 175 ◦ green 81 ◦ blue 106

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

Shades of Blush #AF516A

Tints of Blush #AF516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 48.34%
G = 22.38%
B = 29.28%

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

#AF516A (or 0xAF516A) is known color: Blush. HEX triplet: AF, 51 and 6A. RGB value is (175,81,106). Sum of RGB (Red+Green+Blue) = 175+81+106=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF516A is #50AE95. Grayscale: #6F6F6F. Windows color (decimal): -5287574 or 6967727. OLE color: 6967727.

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

Color convert

RGB 175 81 106 -
CMYK 0 0.54 0.39 0.31
HSL 344.04º 0.37% 0.5% -
HSV(B) 344.04º 0.54% 0.69% -
XYZ 23.22 16.04 15.51 -
YUV 111.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 175 81 106 0 0.54 0.39 0.31 344.04 0.37 0.5
Hex AF 51 6A 0 36 27 1F 158 25 32
Octal 257 121 152 0 66 47 37 530 45 62
Binary 10101111 1010001 1101010 0 110110 100111 11111 101011000 100101 110010

Color Harmonies of #AF516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF516A

Black with #AF516A

Text Example


Text Example

White with #AF516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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