Html Css Color HEX #AF3860 Rouge

📋 copy color: '#AF3860'

red 175 ◦ green 56 ◦ blue 96

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

Shades of Rouge #AF3860

Tints of Rouge #AF3860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 53.52%
G = 17.13%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF3860 (or 0xAF3860) is known color: Rouge. HEX triplet: AF, 38 and 60. RGB value is (175,56,96). Sum of RGB (Red+Green+Blue) = 175+56+96=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3860 is #50C79F. Grayscale: #606060. Windows color (decimal): -5293984 or 6305967. OLE color: 6305967.

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

Color convert

RGB 175 56 96 -
CMYK 0 0.68 0.45 0.31
HSL 339.83º 0.52% 0.45% -
HSV(B) 339.83º 0.68% 0.69% -
XYZ 21.2 12.79 12.42 -
YUV 96.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 175 56 96 0 0.68 0.45 0.31 339.83 0.52 0.45
Hex AF 38 60 0 44 2D 1F 154 34 2D
Octal 257 70 140 0 104 55 37 524 64 55
Binary 10101111 111000 1100000 0 1000100 101101 11111 101010100 110100 101101

Color Harmonies of #AF3860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3860

Black with #AF3860

Text Example


Text Example

White with #AF3860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3860; }

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

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

background-color css

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

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

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

border-color css

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

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

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