Html Css Color HEX #AF366C Rouge

📋 copy color: '#AF366C'

red 175 ◦ green 54 ◦ blue 108

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

Shades of Rouge #AF366C

Tints of Rouge #AF366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 51.93%
G = 16.02%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF366C (or 0xAF366C) is known color: Rouge. HEX triplet: AF, 36 and 6C. RGB value is (175,54,108). Sum of RGB (Red+Green+Blue) = 175+54+108=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF366C is #50C993. Grayscale: #606060. Windows color (decimal): -5294484 or 7091887. OLE color: 7091887.

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

Color convert

RGB 175 54 108 -
CMYK 0 0.69 0.38 0.31
HSL 333.22º 0.53% 0.45% -
HSV(B) 333.22º 0.69% 0.69% -
XYZ 21.71 12.84 15.52 -
YUV 96.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 175 54 108 0 0.69 0.38 0.31 333.22 0.53 0.45
Hex AF 36 6C 0 45 26 1F 14D 35 2D
Octal 257 66 154 0 105 46 37 515 65 55
Binary 10101111 110110 1101100 0 1000101 100110 11111 101001101 110101 101101

Color Harmonies of #AF366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF366C

Black with #AF366C

Text Example


Text Example

White with #AF366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF366C; }

 p { color: rgb(175,54,108); }

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

background-color css

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

 a { background-color: rgb(175,54,108); }

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

border-color css

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

 span { border-color: rgb(175,54,108); }

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