Html Css Color HEX #AF5463 Blush

📋 copy color: '#AF5463'

red 175 ◦ green 84 ◦ blue 99

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

Shades of Blush #AF5463

Tints of Blush #AF5463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 48.88%
G = 23.46%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF5463 (or 0xAF5463) is known color: Blush. HEX triplet: AF, 54 and 63. RGB value is (175,84,99). Sum of RGB (Red+Green+Blue) = 175+84+99=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5463 is #50AB9C. Grayscale: #707070. Windows color (decimal): -5286813 or 6509743. OLE color: 6509743.

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

Color convert

RGB 175 84 99 -
CMYK 0 0.52 0.43 0.31
HSL 350.11º 0.36% 0.51% -
HSV(B) 350.11º 0.52% 0.69% -
XYZ 23.1 16.36 13.74 -
YUV 112.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 175 84 99 0 0.52 0.43 0.31 350.11 0.36 0.51
Hex AF 54 63 0 34 2B 1F 15E 24 33
Octal 257 124 143 0 64 53 37 536 44 63
Binary 10101111 1010100 1100011 0 110100 101011 11111 101011110 100100 110011

Color Harmonies of #AF5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5463

Black with #AF5463

Text Example


Text Example

White with #AF5463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5463; }

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

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

background-color css

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

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

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

border-color css

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

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

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