Html Css Color HEX #AF366F Rouge

📋 copy color: '#AF366F'

red 175 ◦ green 54 ◦ blue 111

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

Shades of Rouge #AF366F

Tints of Rouge #AF366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 51.47%
G = 15.88%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF366F (or 0xAF366F) is known color: Rouge. HEX triplet: AF, 36 and 6F. RGB value is (175,54,111). Sum of RGB (Red+Green+Blue) = 175+54+111=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF366F is #50C990. Grayscale: #606060. Windows color (decimal): -5294481 or 7288495. OLE color: 7288495.

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

Color convert

RGB 175 54 111 -
CMYK 0 0.69 0.37 0.31
HSL 331.74º 0.53% 0.45% -
HSV(B) 331.74º 0.69% 0.69% -
XYZ 21.87 12.9 16.38 -
YUV 96.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 175 54 111 0 0.69 0.37 0.31 331.74 0.53 0.45
Hex AF 36 6F 0 45 25 1F 14C 35 2D
Octal 257 66 157 0 105 45 37 514 65 55
Binary 10101111 110110 1101111 0 1000101 100101 11111 101001100 110101 101101

Color Harmonies of #AF366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF366F

Black with #AF366F

Text Example


Text Example

White with #AF366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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