Html Css Color HEX #AF595E Blush

📋 copy color: '#AF595E'

red 175 ◦ green 89 ◦ blue 94

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

Shades of Blush #AF595E

Tints of Blush #AF595E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 48.88%
G = 24.86%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF595E (or 0xAF595E) is known color: Blush. HEX triplet: AF, 59 and 5E. RGB value is (175,89,94). Sum of RGB (Red+Green+Blue) = 175+89+94=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF595E is #50A6A1. Grayscale: #737373. Windows color (decimal): -5285538 or 6183343. OLE color: 6183343.

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

Color convert

RGB 175 89 94 -
CMYK 0 0.49 0.46 0.31
HSL 356.51º 0.35% 0.52% -
HSV(B) 356.51º 0.49% 0.69% -
XYZ 23.27 17.07 12.66 -
YUV 115.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 175 89 94 0 0.49 0.46 0.31 356.51 0.35 0.52
Hex AF 59 5E 0 31 2E 1F 165 23 34
Octal 257 131 136 0 61 56 37 545 43 64
Binary 10101111 1011001 1011110 0 110001 101110 11111 101100101 100011 110100

Color Harmonies of #AF595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF595E

Black with #AF595E

Text Example


Text Example

White with #AF595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF595E; }

 p { color: rgb(175,89,94); }

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

background-color css

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

 a { background-color: rgb(175,89,94); }

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

border-color css

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

 span { border-color: rgb(175,89,94); }

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