Html Css Color HEX #AD366F Rouge

📋 copy color: '#AD366F'

red 173 ◦ green 54 ◦ blue 111

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

Shades of Rouge #AD366F

Tints of Rouge #AD366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 51.18%
G = 15.98%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD366F (or 0xAD366F) is known color: Rouge. HEX triplet: AD, 36 and 6F. RGB value is (173,54,111). Sum of RGB (Red+Green+Blue) = 173+54+111=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD366F is #52C990. Grayscale: #5F5F5F. Windows color (decimal): -5425553 or 7288493. OLE color: 7288493.

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

Color convert

RGB 173 54 111 -
CMYK 0 0.69 0.36 0.32
HSL 331.26º 0.52% 0.45% -
HSV(B) 331.26º 0.69% 0.68% -
XYZ 21.42 12.67 16.36 -
YUV 96.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 173 54 111 0 0.69 0.36 0.32 331.26 0.52 0.45
Hex AD 36 6F 0 45 24 20 14B 34 2D
Octal 255 66 157 0 105 44 40 513 64 55
Binary 10101101 110110 1101111 0 1000101 100100 100000 101001011 110100 101101

Color Harmonies of #AD366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD366F

Black with #AD366F

Text Example


Text Example

White with #AD366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD366F; }

 p { color: rgb(173,54,111); }

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

background-color css

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

 a { background-color: rgb(173,54,111); }

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

border-color css

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

 span { border-color: rgb(173,54,111); }

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