Html Css Color HEX #AF345B Rouge

📋 copy color: '#AF345B'

red 175 ◦ green 52 ◦ blue 91

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

Shades of Rouge #AF345B

Tints of Rouge #AF345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 55.03%
G = 16.35%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF345B (or 0xAF345B) is known color: Rouge. HEX triplet: AF, 34 and 5B. RGB value is (175,52,91). Sum of RGB (Red+Green+Blue) = 175+52+91=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF345B is #50CBA4. Grayscale: #5D5D5D. Windows color (decimal): -5295013 or 5977263. OLE color: 5977263.

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

Color convert

RGB 175 52 91 -
CMYK 0 0.70 0.48 0.31
HSL 340.98º 0.54% 0.45% -
HSV(B) 340.98º 0.7% 0.69% -
XYZ 20.8 12.33 11.18 -
YUV 93.22 126.75 186.33 -
System Red Green Blue C M Y K H S L
Decimal 175 52 91 0 0.70 0.48 0.31 340.98 0.54 0.45
Hex AF 34 5B 0 46 30 1F 155 36 2D
Octal 257 64 133 0 106 60 37 525 66 55
Binary 10101111 110100 1011011 0 1000110 110000 11111 101010101 110110 101101

Color Harmonies of #AF345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF345B

Black with #AF345B

Text Example


Text Example

White with #AF345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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