Html Css Color HEX #AF406D Rouge

📋 copy color: '#AF406D'

red 175 ◦ green 64 ◦ blue 109

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

Shades of Rouge #AF406D

Tints of Rouge #AF406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 50.29%
G = 18.39%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF406D (or 0xAF406D) is known color: Rouge. HEX triplet: AF, 40 and 6D. RGB value is (175,64,109). Sum of RGB (Red+Green+Blue) = 175+64+109=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF406D is #50BF92. Grayscale: #666666. Windows color (decimal): -5291923 or 7159983. OLE color: 7159983.

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

Color convert

RGB 175 64 109 -
CMYK 0 0.63 0.38 0.31
HSL 335.68º 0.46% 0.47% -
HSV(B) 335.68º 0.63% 0.69% -
XYZ 22.27 13.88 15.97 -
YUV 102.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 175 64 109 0 0.63 0.38 0.31 335.68 0.46 0.47
Hex AF 40 6D 0 3F 26 1F 150 2E 2F
Octal 257 100 155 0 77 46 37 520 56 57
Binary 10101111 1000000 1101101 0 111111 100110 11111 101010000 101110 101111

Color Harmonies of #AF406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF406D

Black with #AF406D

Text Example


Text Example

White with #AF406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF406D; }

 p { color: rgb(175,64,109); }

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

background-color css

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

 a { background-color: rgb(175,64,109); }

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

border-color css

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

 span { border-color: rgb(175,64,109); }

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