Html Css Color HEX #AD8989 Rosy Brown

📋 copy color: '#AD8989'

red 173 ◦ green 137 ◦ blue 137

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

Shades of Rosy Brown #AD8989

Tints of Rosy Brown #AD8989

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.65%

 BLUE value IS 137 (53.91% from 255) = 30.65%

R = 38.7%
G = 30.65%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD8989 (or 0xAD8989) is known color: Rosy Brown. HEX triplet: AD, 89 and 89. RGB value is (173,137,137). Sum of RGB (Red+Green+Blue) = 173+137+137=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8989 is #527676. Grayscale: #939393. Windows color (decimal): -5404279 or 9013677. OLE color: 9013677.

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

Color convert

RGB 173 137 137 -
CMYK 0 0.21 0.21 0.32
HSL 0.18% 0.61% -
HSV(B) 0.21% 0.68% -
XYZ 30.69 28.58 27.57 -
YUV 147.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 173 137 137 0 0.21 0.21 0.32 0 0.18 0.61
Hex AD 89 89 0 15 15 20 0 12 3D
Octal 255 211 211 0 25 25 40 0 22 75
Binary 10101101 10001001 10001001 0 10101 10101 100000 0 10010 111101

Color Harmonies of #AD8989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8989

Black with #AD8989

Text Example


Text Example

White with #AD8989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8989; }

 p { color: rgb(173,137,137); }

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

background-color css

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

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

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

border-color css

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

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

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