Html Css Color HEX #AD4269 Rouge

📋 copy color: '#AD4269'

red 173 ◦ green 66 ◦ blue 105

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

Shades of Rouge #AD4269

Tints of Rouge #AD4269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

 BLUE value IS 105 (41.41% from 255) = 30.52%

R = 50.29%
G = 19.19%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD4269 (or 0xAD4269) is known color: Rouge. HEX triplet: AD, 42 and 69. RGB value is (173,66,105). Sum of RGB (Red+Green+Blue) = 173+66+105=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4269 is #52BD96. Grayscale: #666666. Windows color (decimal): -5422487 or 6898349. OLE color: 6898349.

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

Color convert

RGB 173 66 105 -
CMYK 0 0.62 0.39 0.32
HSL 338.13º 0.45% 0.47% -
HSV(B) 338.13º 0.62% 0.68% -
XYZ 21.73 13.8 14.88 -
YUV 102.44 129.45 178.33 -
System Red Green Blue C M Y K H S L
Decimal 173 66 105 0 0.62 0.39 0.32 338.13 0.45 0.47
Hex AD 42 69 0 3E 27 20 152 2D 2F
Octal 255 102 151 0 76 47 40 522 55 57
Binary 10101101 1000010 1101001 0 111110 100111 100000 101010010 101101 101111

Color Harmonies of #AD4269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4269

Black with #AD4269

Text Example


Text Example

White with #AD4269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4269; }

 p { color: rgb(173,66,105); }

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

background-color css

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

 a { background-color: rgb(173,66,105); }

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

border-color css

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

 span { border-color: rgb(173,66,105); }

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