Html Css Color HEX #AF5A6B Blush

📋 copy color: '#AF5A6B'

red 175 ◦ green 90 ◦ blue 107

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

Shades of Blush #AF5A6B

Tints of Blush #AF5A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 47.04%
G = 24.19%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF5A6B (or 0xAF5A6B) is known color: Blush. HEX triplet: AF, 5A and 6B. RGB value is (175,90,107). Sum of RGB (Red+Green+Blue) = 175+90+107=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A6B is #50A594. Grayscale: #757575. Windows color (decimal): -5285269 or 7035567. OLE color: 7035567.

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

Color convert

RGB 175 90 107 -
CMYK 0 0.49 0.39 0.31
HSL 348º 0.35% 0.52% -
HSV(B) 348º 0.49% 0.69% -
XYZ 23.99 17.49 16.02 -
YUV 117.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 175 90 107 0 0.49 0.39 0.31 348 0.35 0.52
Hex AF 5A 6B 0 31 27 1F 15C 23 34
Octal 257 132 153 0 61 47 37 534 43 64
Binary 10101111 1011010 1101011 0 110001 100111 11111 101011100 100011 110100

Color Harmonies of #AF5A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A6B

Black with #AF5A6B

Text Example


Text Example

White with #AF5A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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