Html Css Color HEX #AD928E Thatch

📋 copy color: '#AD928E'

red 173 ◦ green 146 ◦ blue 142

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

Shades of Thatch #AD928E

Tints of Thatch #AD928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.67%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 37.53%
G = 31.67%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD928E (or 0xAD928E) is known color: Thatch. HEX triplet: AD, 92 and 8E. RGB value is (173,146,142). Sum of RGB (Red+Green+Blue) = 173+146+142=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD928E is #526D71. Grayscale: #999999. Windows color (decimal): -5401970 or 9343661. OLE color: 9343661.

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

Color convert

RGB 173 146 142 -
CMYK 0 0.16 0.18 0.32
HSL 7.74º 0.16% 0.62% -
HSV(B) 7.74º 0.18% 0.68% -
XYZ 32.39 31.4 29.94 -
YUV 153.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 173 146 142 0 0.16 0.18 0.32 7.74 0.16 0.62
Hex AD 92 8E 0 10 12 20 8 10 3E
Octal 255 222 216 0 20 22 40 10 20 76
Binary 10101101 10010010 10001110 0 10000 10010 100000 1000 10000 111110

Color Harmonies of #AD928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD928E

Black with #AD928E

Text Example


Text Example

White with #AD928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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