Html Css Color HEX #AD456A Rouge

📋 copy color: '#AD456A'

red 173 ◦ green 69 ◦ blue 106

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

Shades of Rouge #AD456A

Tints of Rouge #AD456A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.83%

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 49.71%
G = 19.83%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD456A (or 0xAD456A) is known color: Rouge. HEX triplet: AD, 45 and 6A. RGB value is (173,69,106). Sum of RGB (Red+Green+Blue) = 173+69+106=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD456A is #52BA95. Grayscale: #686868. Windows color (decimal): -5421718 or 6964653. OLE color: 6964653.

HSL color Cylindrical-coordinate representation of color #AD456A: hue angle of 338.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD456A is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 106 -
CMYK 0 0.60 0.39 0.32
HSL 338.65º 0.43% 0.47% -
HSV(B) 338.65º 0.6% 0.68% -
XYZ 21.96 14.18 15.22 -
YUV 104.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 173 69 106 0 0.60 0.39 0.32 338.65 0.43 0.47
Hex AD 45 6A 0 3C 27 20 153 2B 2F
Octal 255 105 152 0 74 47 40 523 53 57
Binary 10101101 1000101 1101010 0 111100 100111 100000 101010011 101011 101111

Color Harmonies of #AD456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD456A

Black with #AD456A

Text Example


Text Example

White with #AD456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD456A; }

 p { color: rgb(173,69,106); }

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

background-color css

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

 a { background-color: rgb(173,69,106); }

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

border-color css

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

 span { border-color: rgb(173,69,106); }

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