Html Css Color HEX #AF5D69 Blush

📋 copy color: '#AF5D69'

red 175 ◦ green 93 ◦ blue 105

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

Shades of Blush #AF5D69

Tints of Blush #AF5D69

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

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

R = 46.92%
G = 24.93%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF5D69 (or 0xAF5D69) is known color: Blush. HEX triplet: AF, 5D and 69. RGB value is (175,93,105). Sum of RGB (Red+Green+Blue) = 175+93+105=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D69 is #50A296. Grayscale: #767676. Windows color (decimal): -5284503 or 6905263. OLE color: 6905263.

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

Color convert

RGB 175 93 105 -
CMYK 0 0.47 0.40 0.31
HSL 351.22º 0.34% 0.53% -
HSV(B) 351.22º 0.47% 0.69% -
XYZ 24.14 17.96 15.56 -
YUV 118.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 175 93 105 0 0.47 0.40 0.31 351.22 0.34 0.53
Hex AF 5D 69 0 2F 28 1F 15F 22 35
Octal 257 135 151 0 57 50 37 537 42 65
Binary 10101111 1011101 1101001 0 101111 101000 11111 101011111 100010 110101

Color Harmonies of #AF5D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D69

Black with #AF5D69

Text Example


Text Example

White with #AF5D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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