#AD375A

Color #AD375A Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AD375A

Tints of Rouge #AD375A

Color information

#AD375A (or 0xAD375A) is unknown color: approx Rouge. HEX triplet: AD, 37 and 5A. RGB value is (173,55,90). Sum of RGB (Red+Green+Blue) = 173+55+90=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD375A is #52C8A5. Grayscale: #5E5E5E. Windows color (decimal): -5425318 or 5912493. OLE color: 5912493.

HSL color Cylindrical-coordinate representation of color #AD375A: hue angle of 342.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD375A is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB1735590-
CMYK00.680.480.32
HSL342.2º51.75%44.71%-
HSV(B)342.2º68.21%67.84%-
XYZ20.4512.3510.98-
YUV94.27125.59184.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 55 (21.88% from 255) = 17.30%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=54.40%
G=17.30%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173559000.680.480.32342.251.7544.71
HexAD375A0443020156342d
Octal25567132010460405266455
Binary10101101110111101101001000100110000100000101010110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD375A; }

 p { color: rgb(173,55,90); }

 H1.HeaderClassName
 {
   color: #AD375A;
 }
 .AnyTagClassName
 {
   color: #AD375A;
 }
</style>
background-color css

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

 a { background-color: rgb(173,55,90); }

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

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

 span { border-color: rgb(173,55,90); }

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