Html Css Color HEX #AF5C74 Blush

📋 copy color: '#AF5C74'

red 175 ◦ green 92 ◦ blue 116

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

Shades of Blush #AF5C74

Tints of Blush #AF5C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.02%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 45.69%
G = 24.02%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5C74 (or 0xAF5C74) is known color: Blush. HEX triplet: AF, 5C and 74. RGB value is (175,92,116). Sum of RGB (Red+Green+Blue) = 175+92+116=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C74 is #50A38B. Grayscale: #777777. Windows color (decimal): -5284748 or 7625903. OLE color: 7625903.

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

Color convert

RGB 175 92 116 -
CMYK 0 0.47 0.34 0.31
HSL 342.65º 0.34% 0.52% -
HSV(B) 342.65º 0.47% 0.69% -
XYZ 24.66 18.03 18.7 -
YUV 119.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 175 92 116 0 0.47 0.34 0.31 342.65 0.34 0.52
Hex AF 5C 74 0 2F 22 1F 157 22 34
Octal 257 134 164 0 57 42 37 527 42 64
Binary 10101111 1011100 1110100 0 101111 100010 11111 101010111 100010 110100

Color Harmonies of #AF5C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C74

Black with #AF5C74

Text Example


Text Example

White with #AF5C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C74; }

 p { color: rgb(175,92,116); }

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

background-color css

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

 a { background-color: rgb(175,92,116); }

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

border-color css

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

 span { border-color: rgb(175,92,116); }

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