Html Css Color HEX #AF386F Rouge

📋 copy color: '#AF386F'

red 175 ◦ green 56 ◦ blue 111

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

Shades of Rouge #AF386F

Tints of Rouge #AF386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

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

R = 51.17%
G = 16.37%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF386F (or 0xAF386F) is known color: Rouge. HEX triplet: AF, 38 and 6F. RGB value is (175,56,111). Sum of RGB (Red+Green+Blue) = 175+56+111=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF386F is #50C790. Grayscale: #616161. Windows color (decimal): -5293969 or 7289007. OLE color: 7289007.

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

Color convert

RGB 175 56 111 -
CMYK 0 0.68 0.37 0.31
HSL 332.27º 0.52% 0.45% -
HSV(B) 332.27º 0.68% 0.69% -
XYZ 21.96 13.09 16.41 -
YUV 97.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 175 56 111 0 0.68 0.37 0.31 332.27 0.52 0.45
Hex AF 38 6F 0 44 25 1F 14C 34 2D
Octal 257 70 157 0 104 45 37 514 64 55
Binary 10101111 111000 1101111 0 1000100 100101 11111 101001100 110100 101101

Color Harmonies of #AF386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF386F

Black with #AF386F

Text Example


Text Example

White with #AF386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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