Html Css Color HEX #AF4966 Blush

📋 copy color: '#AF4966'

red 175 ◦ green 73 ◦ blue 102

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

Shades of Blush #AF4966

Tints of Blush #AF4966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 50%
G = 20.86%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF4966 (or 0xAF4966) is known color: Blush. HEX triplet: AF, 49 and 66. RGB value is (175,73,102). Sum of RGB (Red+Green+Blue) = 175+73+102=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4966 is #50B699. Grayscale: #6A6A6A. Windows color (decimal): -5289626 or 6703535. OLE color: 6703535.

HSL color Cylindrical-coordinate representation of color #AF4966: hue angle of 342.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4966 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 102 -
CMYK 0 0.58 0.42 0.31
HSL 342.94º 0.41% 0.49% -
HSV(B) 342.94º 0.58% 0.69% -
XYZ 22.46 14.84 14.25 -
YUV 106.8 125.29 176.64 -
System Red Green Blue C M Y K H S L
Decimal 175 73 102 0 0.58 0.42 0.31 342.94 0.41 0.49
Hex AF 49 66 0 3A 2A 1F 157 29 31
Octal 257 111 146 0 72 52 37 527 51 61
Binary 10101111 1001001 1100110 0 111010 101010 11111 101010111 101001 110001

Color Harmonies of #AF4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4966

Black with #AF4966

Text Example


Text Example

White with #AF4966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4966; }

 p { color: rgb(175,73,102); }

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

background-color css

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

 a { background-color: rgb(175,73,102); }

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

border-color css

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

 span { border-color: rgb(175,73,102); }

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