Html Css Color HEX #AF5C62 Blush

📋 copy color: '#AF5C62'

red 175 ◦ green 92 ◦ blue 98

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

Shades of Blush #AF5C62

Tints of Blush #AF5C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 47.95%
G = 25.21%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF5C62 (or 0xAF5C62) is known color: Blush. HEX triplet: AF, 5C and 62. RGB value is (175,92,98). Sum of RGB (Red+Green+Blue) = 175+92+98=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C62 is #50A39D. Grayscale: #757575. Windows color (decimal): -5284766 or 6446255. OLE color: 6446255.

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

Color convert

RGB 175 92 98 -
CMYK 0 0.47 0.44 0.31
HSL 355.66º 0.34% 0.52% -
HSV(B) 355.66º 0.47% 0.69% -
XYZ 23.71 17.65 13.71 -
YUV 117.5 117 169.01 -
System Red Green Blue C M Y K H S L
Decimal 175 92 98 0 0.47 0.44 0.31 355.66 0.34 0.52
Hex AF 5C 62 0 2F 2C 1F 164 22 34
Octal 257 134 142 0 57 54 37 544 42 64
Binary 10101111 1011100 1100010 0 101111 101100 11111 101100100 100010 110100

Color Harmonies of #AF5C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C62

Black with #AF5C62

Text Example


Text Example

White with #AF5C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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