Html Css Color HEX #AF4F68 Blush

📋 copy color: '#AF4F68'

red 175 ◦ green 79 ◦ blue 104

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

Shades of Blush #AF4F68

Tints of Blush #AF4F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.05%

R = 48.88%
G = 22.07%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF4F68 (or 0xAF4F68) is known color: Blush. HEX triplet: AF, 4F and 68. RGB value is (175,79,104). Sum of RGB (Red+Green+Blue) = 175+79+104=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F68 is #50B097. Grayscale: #6E6E6E. Windows color (decimal): -5288088 or 6836143. OLE color: 6836143.

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

Color convert

RGB 175 79 104 -
CMYK 0 0.55 0.41 0.31
HSL 344.38º 0.38% 0.5% -
HSV(B) 344.38º 0.55% 0.69% -
XYZ 22.97 15.71 14.92 -
YUV 110.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 175 79 104 0 0.55 0.41 0.31 344.38 0.38 0.5
Hex AF 4F 68 0 37 29 1F 158 26 32
Octal 257 117 150 0 67 51 37 530 46 62
Binary 10101111 1001111 1101000 0 110111 101001 11111 101011000 100110 110010

Color Harmonies of #AF4F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F68

Black with #AF4F68

Text Example


Text Example

White with #AF4F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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