Html Css Color HEX #AF5A5E Blush

📋 copy color: '#AF5A5E'

red 175 ◦ green 90 ◦ blue 94

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

Shades of Blush #AF5A5E

Tints of Blush #AF5A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

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

R = 48.75%
G = 25.07%
B = 26.18%

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

#AF5A5E (or 0xAF5A5E) is known color: Blush. HEX triplet: AF, 5A and 5E. RGB value is (175,90,94). Sum of RGB (Red+Green+Blue) = 175+90+94=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A5E is #50A5A1. Grayscale: #737373. Windows color (decimal): -5285282 or 6183599. OLE color: 6183599.

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

Color convert

RGB 175 90 94 -
CMYK 0 0.49 0.46 0.31
HSL 357.18º 0.35% 0.52% -
HSV(B) 357.18º 0.49% 0.69% -
XYZ 23.36 17.23 12.69 -
YUV 115.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 175 90 94 0 0.49 0.46 0.31 357.18 0.35 0.52
Hex AF 5A 5E 0 31 2E 1F 165 23 34
Octal 257 132 136 0 61 56 37 545 43 64
Binary 10101111 1011010 1011110 0 110001 101110 11111 101100101 100011 110100

Color Harmonies of #AF5A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A5E

Black with #AF5A5E

Text Example


Text Example

White with #AF5A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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