Html Css Color HEX #AF5364 Blush

📋 copy color: '#AF5364'

red 175 ◦ green 83 ◦ blue 100

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

Shades of Blush #AF5364

Tints of Blush #AF5364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 48.88%
G = 23.18%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF5364 (or 0xAF5364) is known color: Blush. HEX triplet: AF, 53 and 64. RGB value is (175,83,100). Sum of RGB (Red+Green+Blue) = 175+83+100=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5364 is #50AC9B. Grayscale: #707070. Windows color (decimal): -5287068 or 6575023. OLE color: 6575023.

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

Color convert

RGB 175 83 100 -
CMYK 0 0.53 0.43 0.31
HSL 348.91º 0.37% 0.51% -
HSV(B) 348.91º 0.53% 0.69% -
XYZ 23.07 16.22 13.97 -
YUV 112.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 175 83 100 0 0.53 0.43 0.31 348.91 0.37 0.51
Hex AF 53 64 0 35 2B 1F 15D 25 33
Octal 257 123 144 0 65 53 37 535 45 63
Binary 10101111 1010011 1100100 0 110101 101011 11111 101011101 100101 110011

Color Harmonies of #AF5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5364

Black with #AF5364

Text Example


Text Example

White with #AF5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5364; }

 p { color: rgb(175,83,100); }

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

background-color css

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

 a { background-color: rgb(175,83,100); }

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

border-color css

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

 span { border-color: rgb(175,83,100); }

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