Html Css Color HEX #AF355C Rouge

📋 copy color: '#AF355C'

red 175 ◦ green 53 ◦ blue 92

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

Shades of Rouge #AF355C

Tints of Rouge #AF355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 54.69%
G = 16.56%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF355C (or 0xAF355C) is known color: Rouge. HEX triplet: AF, 35 and 5C. RGB value is (175,53,92). Sum of RGB (Red+Green+Blue) = 175+53+92=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF355C is #50CAA3. Grayscale: #5D5D5D. Windows color (decimal): -5294756 or 6043055. OLE color: 6043055.

HSL color Cylindrical-coordinate representation of color #AF355C: hue angle of 340.82º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF355C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 92 -
CMYK 0 0.70 0.47 0.31
HSL 340.82º 0.54% 0.45% -
HSV(B) 340.82º 0.7% 0.69% -
XYZ 20.88 12.43 11.42 -
YUV 93.92 126.92 185.83 -
System Red Green Blue C M Y K H S L
Decimal 175 53 92 0 0.70 0.47 0.31 340.82 0.54 0.45
Hex AF 35 5C 0 46 2F 1F 155 36 2D
Octal 257 65 134 0 106 57 37 525 66 55
Binary 10101111 110101 1011100 0 1000110 101111 11111 101010101 110110 101101

Color Harmonies of #AF355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF355C

Black with #AF355C

Text Example


Text Example

White with #AF355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF355C; }

 p { color: rgb(175,53,92); }

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

background-color css

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

 a { background-color: rgb(175,53,92); }

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

border-color css

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

 span { border-color: rgb(175,53,92); }

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