Html Css Color HEX #AF5A6E Blush

📋 copy color: '#AF5A6E'

red 175 ◦ green 90 ◦ blue 110

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

Shades of Blush #AF5A6E

Tints of Blush #AF5A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 46.67%
G = 24%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF5A6E (or 0xAF5A6E) is known color: Blush. HEX triplet: AF, 5A and 6E. RGB value is (175,90,110). Sum of RGB (Red+Green+Blue) = 175+90+110=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A6E is #50A591. Grayscale: #757575. Windows color (decimal): -5285266 or 7232175. OLE color: 7232175.

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

Color convert

RGB 175 90 110 -
CMYK 0 0.49 0.37 0.31
HSL 345.88º 0.35% 0.52% -
HSV(B) 345.88º 0.49% 0.69% -
XYZ 24.15 17.55 16.87 -
YUV 117.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 175 90 110 0 0.49 0.37 0.31 345.88 0.35 0.52
Hex AF 5A 6E 0 31 25 1F 15A 23 34
Octal 257 132 156 0 61 45 37 532 43 64
Binary 10101111 1011010 1101110 0 110001 100101 11111 101011010 100011 110100

Color Harmonies of #AF5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A6E

Black with #AF5A6E

Text Example


Text Example

White with #AF5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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