Html Css Color HEX #AD345E Rouge

📋 copy color: '#AD345E'

red 173 ◦ green 52 ◦ blue 94

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

Shades of Rouge #AD345E

Tints of Rouge #AD345E

RGB

 RED value IS 173 (67.97% from 255) = 54.23%

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 54.23%
G = 16.3%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD345E (or 0xAD345E) is known color: Rouge. HEX triplet: AD, 34 and 5E. RGB value is (173,52,94). Sum of RGB (Red+Green+Blue) = 173+52+94=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD345E is #52CBA1. Grayscale: #5C5C5C. Windows color (decimal): -5426082 or 6173869. OLE color: 6173869.

HSL color Cylindrical-coordinate representation of color #AD345E: hue angle of 339.17º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD345E is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 94 -
CMYK 0 0.70 0.46 0.32
HSL 339.17º 0.54% 0.44% -
HSV(B) 339.17º 0.7% 0.68% -
XYZ 20.48 12.15 11.86 -
YUV 92.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 173 52 94 0 0.70 0.46 0.32 339.17 0.54 0.44
Hex AD 34 5E 0 46 2E 20 153 36 2C
Octal 255 64 136 0 106 56 40 523 66 54
Binary 10101101 110100 1011110 0 1000110 101110 100000 101010011 110110 101100

Color Harmonies of #AD345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD345E

Black with #AD345E

Text Example


Text Example

White with #AD345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD345E; }

 p { color: rgb(173,52,94); }

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

background-color css

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

 a { background-color: rgb(173,52,94); }

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

border-color css

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

 span { border-color: rgb(173,52,94); }

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