Html Css Color HEX #AF4E64 Blush

📋 copy color: '#AF4E64'

red 175 ◦ green 78 ◦ blue 100

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

Shades of Blush #AF4E64

Tints of Blush #AF4E64

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.1%

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

R = 49.58%
G = 22.1%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF4E64 (or 0xAF4E64) is known color: Blush. HEX triplet: AF, 4E and 64. RGB value is (175,78,100). Sum of RGB (Red+Green+Blue) = 175+78+100=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E64 is #50B19B. Grayscale: #6D6D6D. Windows color (decimal): -5288348 or 6573743. OLE color: 6573743.

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

Color convert

RGB 175 78 100 -
CMYK 0 0.55 0.43 0.31
HSL 346.39º 0.38% 0.5% -
HSV(B) 346.39º 0.55% 0.69% -
XYZ 22.7 15.48 13.85 -
YUV 109.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 175 78 100 0 0.55 0.43 0.31 346.39 0.38 0.5
Hex AF 4E 64 0 37 2B 1F 15A 26 32
Octal 257 116 144 0 67 53 37 532 46 62
Binary 10101111 1001110 1100100 0 110111 101011 11111 101011010 100110 110010

Color Harmonies of #AF4E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E64

Black with #AF4E64

Text Example


Text Example

White with #AF4E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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