Html Css Color HEX #AD9892 Thatch

📋 copy color: '#AD9892'

red 173 ◦ green 152 ◦ blue 146

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

Shades of Thatch #AD9892

Tints of Thatch #AD9892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.27%

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

R = 36.73%
G = 32.27%
B = 31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD9892 (or 0xAD9892) is known color: Thatch. HEX triplet: AD, 98 and 92. RGB value is (173,152,146). Sum of RGB (Red+Green+Blue) = 173+152+146=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9892 is #52676D. Grayscale: #9D9D9D. Windows color (decimal): -5400430 or 9607341. OLE color: 9607341.

HSL color Cylindrical-coordinate representation of color #AD9892: hue angle of 13.33º 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 #AD9892 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 152 146 -
CMYK 0 0.12 0.16 0.32
HSL 13.33º 0.14% 0.63% -
HSV(B) 13.33º 0.16% 0.68% -
XYZ 33.65 33.42 31.87 -
YUV 157.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 173 152 146 0 0.12 0.16 0.32 13.33 0.14 0.63
Hex AD 98 92 0 C 10 20 D E 3F
Octal 255 230 222 0 14 20 40 15 16 77
Binary 10101101 10011000 10010010 0 1100 10000 100000 1101 1110 111111

Color Harmonies of #AD9892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9892

Black with #AD9892

Text Example


Text Example

White with #AD9892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9892; }

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

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

background-color css

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

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

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

border-color css

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

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

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