Html Css Color HEX #AF5C64 Blush

📋 copy color: '#AF5C64'

red 175 ◦ green 92 ◦ blue 100

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

Shades of Blush #AF5C64

Tints of Blush #AF5C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 47.68%
G = 25.07%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF5C64 (or 0xAF5C64) is known color: Blush. HEX triplet: AF, 5C and 64. RGB value is (175,92,100). Sum of RGB (Red+Green+Blue) = 175+92+100=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C64 is #50A39B. Grayscale: #757575. Windows color (decimal): -5284764 or 6577327. OLE color: 6577327.

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

Color convert

RGB 175 92 100 -
CMYK 0 0.47 0.43 0.31
HSL 354.22º 0.34% 0.52% -
HSV(B) 354.22º 0.47% 0.69% -
XYZ 23.81 17.69 14.22 -
YUV 117.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 175 92 100 0 0.47 0.43 0.31 354.22 0.34 0.52
Hex AF 5C 64 0 2F 2B 1F 162 22 34
Octal 257 134 144 0 57 53 37 542 42 64
Binary 10101111 1011100 1100100 0 101111 101011 11111 101100010 100010 110100

Color Harmonies of #AF5C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C64

Black with #AF5C64

Text Example


Text Example

White with #AF5C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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