Html Css Color HEX #AF4D69 Blush

📋 copy color: '#AF4D69'

red 175 ◦ green 77 ◦ blue 105

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

Shades of Blush #AF4D69

Tints of Blush #AF4D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 49.02%
G = 21.57%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF4D69 (or 0xAF4D69) is known color: Blush. HEX triplet: AF, 4D and 69. RGB value is (175,77,105). Sum of RGB (Red+Green+Blue) = 175+77+105=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D69 is #50B296. Grayscale: #6D6D6D. Windows color (decimal): -5288599 or 6901167. OLE color: 6901167.

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

Color convert

RGB 175 77 105 -
CMYK 0 0.56 0.40 0.31
HSL 342.86º 0.39% 0.49% -
HSV(B) 342.86º 0.56% 0.69% -
XYZ 22.88 15.44 15.14 -
YUV 109.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 175 77 105 0 0.56 0.40 0.31 342.86 0.39 0.49
Hex AF 4D 69 0 38 28 1F 157 27 31
Octal 257 115 151 0 70 50 37 527 47 61
Binary 10101111 1001101 1101001 0 111000 101000 11111 101010111 100111 110001

Color Harmonies of #AF4D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D69

Black with #AF4D69

Text Example


Text Example

White with #AF4D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D69; }

 p { color: rgb(175,77,105); }

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

background-color css

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

 a { background-color: rgb(175,77,105); }

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

border-color css

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

 span { border-color: rgb(175,77,105); }

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