Html Css Color HEX #AD9492 Thatch

📋 copy color: '#AD9492'

red 173 ◦ green 148 ◦ blue 146

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

Shades of Thatch #AD9492

Tints of Thatch #AD9492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 37.04%
G = 31.69%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD9492 (or 0xAD9492) is known color: Thatch. HEX triplet: AD, 94 and 92. RGB value is (173,148,146). Sum of RGB (Red+Green+Blue) = 173+148+146=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9492 is #526B6D. Grayscale: #9B9B9B. Windows color (decimal): -5401454 or 9606317. OLE color: 9606317.

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

Color convert

RGB 173 148 146 -
CMYK 0 0.14 0.16 0.32
HSL 4.44º 0.14% 0.63% -
HSV(B) 4.44º 0.16% 0.68% -
XYZ 33.01 32.14 31.66 -
YUV 155.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 173 148 146 0 0.14 0.16 0.32 4.44 0.14 0.63
Hex AD 94 92 0 E 10 20 4 E 3F
Octal 255 224 222 0 16 20 40 4 16 77
Binary 10101101 10010100 10010010 0 1110 10000 100000 100 1110 111111

Color Harmonies of #AD9492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9492

Black with #AD9492

Text Example


Text Example

White with #AD9492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9492; }

 p { color: rgb(173,148,146); }

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

background-color css

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

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

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

border-color css

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

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

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