Html Css Color HEX #AF395E Rouge

📋 copy color: '#AF395E'

red 175 ◦ green 57 ◦ blue 94

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

Shades of Rouge #AF395E

Tints of Rouge #AF395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

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

R = 53.68%
G = 17.48%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF395E (or 0xAF395E) is known color: Rouge. HEX triplet: AF, 39 and 5E. RGB value is (175,57,94). Sum of RGB (Red+Green+Blue) = 175+57+94=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF395E is #50C6A1. Grayscale: #606060. Windows color (decimal): -5293730 or 6175151. OLE color: 6175151.

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

Color convert

RGB 175 57 94 -
CMYK 0 0.67 0.46 0.31
HSL 341.19º 0.51% 0.45% -
HSV(B) 341.19º 0.67% 0.69% -
XYZ 21.16 12.85 11.95 -
YUV 96.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 175 57 94 0 0.67 0.46 0.31 341.19 0.51 0.45
Hex AF 39 5E 0 43 2E 1F 155 33 2D
Octal 257 71 136 0 103 56 37 525 63 55
Binary 10101111 111001 1011110 0 1000011 101110 11111 101010101 110011 101101

Color Harmonies of #AF395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF395E

Black with #AF395E

Text Example


Text Example

White with #AF395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF395E; }

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

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

background-color css

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

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

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

border-color css

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

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

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