Html Css Color HEX #AF3C5B Rouge

📋 copy color: '#AF3C5B'

red 175 ◦ green 60 ◦ blue 91

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

Shades of Rouge #AF3C5B

Tints of Rouge #AF3C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 53.68%
G = 18.4%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF3C5B (or 0xAF3C5B) is known color: Rouge. HEX triplet: AF, 3C and 5B. RGB value is (175,60,91). Sum of RGB (Red+Green+Blue) = 175+60+91=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C5B is #50C3A4. Grayscale: #616161. Windows color (decimal): -5292965 or 5979311. OLE color: 5979311.

HSL color Cylindrical-coordinate representation of color #AF3C5B: hue angle of 343.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C5B is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 60 91 -
CMYK 0 0.66 0.48 0.31
HSL 343.83º 0.49% 0.46% -
HSV(B) 343.83º 0.66% 0.69% -
XYZ 21.18 13.1 11.31 -
YUV 97.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 175 60 91 0 0.66 0.48 0.31 343.83 0.49 0.46
Hex AF 3C 5B 0 42 30 1F 158 31 2E
Octal 257 74 133 0 102 60 37 530 61 56
Binary 10101111 111100 1011011 0 1000010 110000 11111 101011000 110001 101110

Color Harmonies of #AF3C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C5B

Black with #AF3C5B

Text Example


Text Example

White with #AF3C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C5B; }

 p { color: rgb(175,60,91); }

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

background-color css

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

 a { background-color: rgb(175,60,91); }

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

border-color css

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

 span { border-color: rgb(175,60,91); }

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