Html Css Color HEX #AF4F64 Blush

📋 copy color: '#AF4F64'

red 175 ◦ green 79 ◦ blue 100

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

Shades of Blush #AF4F64

Tints of Blush #AF4F64

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

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

R = 49.44%
G = 22.32%
B = 28.25%

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

#AF4F64 (or 0xAF4F64) is known color: Blush. HEX triplet: AF, 4F and 64. RGB value is (175,79,100). Sum of RGB (Red+Green+Blue) = 175+79+100=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F64 is #50B09B. Grayscale: #6E6E6E. Windows color (decimal): -5288092 or 6573999. OLE color: 6573999.

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

Color convert

RGB 175 79 100 -
CMYK 0 0.55 0.43 0.31
HSL 346.88º 0.38% 0.5% -
HSV(B) 346.88º 0.55% 0.69% -
XYZ 22.78 15.63 13.87 -
YUV 110.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 175 79 100 0 0.55 0.43 0.31 346.88 0.38 0.5
Hex AF 4F 64 0 37 2B 1F 15B 26 32
Octal 257 117 144 0 67 53 37 533 46 62
Binary 10101111 1001111 1100100 0 110111 101011 11111 101011011 100110 110010

Color Harmonies of #AF4F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F64

Black with #AF4F64

Text Example


Text Example

White with #AF4F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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