Html Css Color HEX #AF345D Rouge

📋 copy color: '#AF345D'

red 175 ◦ green 52 ◦ blue 93

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

Shades of Rouge #AF345D

Tints of Rouge #AF345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 54.69%
G = 16.25%
B = 29.06%

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

#AF345D (or 0xAF345D) is known color: Rouge. HEX triplet: AF, 34 and 5D. RGB value is (175,52,93). Sum of RGB (Red+Green+Blue) = 175+52+93=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF345D is #50CBA2. Grayscale: #5D5D5D. Windows color (decimal): -5295011 or 6108335. OLE color: 6108335.

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

Color convert

RGB 175 52 93 -
CMYK 0 0.70 0.47 0.31
HSL 340º 0.54% 0.45% -
HSV(B) 340º 0.7% 0.69% -
XYZ 20.88 12.36 11.64 -
YUV 93.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 175 52 93 0 0.70 0.47 0.31 340 0.54 0.45
Hex AF 34 5D 0 46 2F 1F 154 36 2D
Octal 257 64 135 0 106 57 37 524 66 55
Binary 10101111 110100 1011101 0 1000110 101111 11111 101010100 110110 101101

Color Harmonies of #AF345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF345D

Black with #AF345D

Text Example


Text Example

White with #AF345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF345D; }

 p { color: rgb(175,52,93); }

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

background-color css

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

 a { background-color: rgb(175,52,93); }

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

border-color css

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

 span { border-color: rgb(175,52,93); }

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