Html Css Color HEX #AF405E Rouge

📋 copy color: '#AF405E'

red 175 ◦ green 64 ◦ blue 94

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

Shades of Rouge #AF405E

Tints of Rouge #AF405E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 52.55%
G = 19.22%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF405E (or 0xAF405E) is known color: Rouge. HEX triplet: AF, 40 and 5E. RGB value is (175,64,94). Sum of RGB (Red+Green+Blue) = 175+64+94=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF405E is #50BFA1. Grayscale: #646464. Windows color (decimal): -5291938 or 6176943. OLE color: 6176943.

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

Color convert

RGB 175 64 94 -
CMYK 0 0.63 0.46 0.31
HSL 343.78º 0.46% 0.47% -
HSV(B) 343.78º 0.63% 0.69% -
XYZ 21.53 13.59 12.08 -
YUV 100.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 175 64 94 0 0.63 0.46 0.31 343.78 0.46 0.47
Hex AF 40 5E 0 3F 2E 1F 158 2E 2F
Octal 257 100 136 0 77 56 37 530 56 57
Binary 10101111 1000000 1011110 0 111111 101110 11111 101011000 101110 101111

Color Harmonies of #AF405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF405E

Black with #AF405E

Text Example


Text Example

White with #AF405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF405E; }

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

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

background-color css

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

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

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

border-color css

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

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

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