Html Css Color HEX #AD928B Thatch

📋 copy color: '#AD928B'

red 173 ◦ green 146 ◦ blue 139

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

Shades of Thatch #AD928B

Tints of Thatch #AD928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 37.77%
G = 31.88%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD928B (or 0xAD928B) is known color: Thatch. HEX triplet: AD, 92 and 8B. RGB value is (173,146,139). Sum of RGB (Red+Green+Blue) = 173+146+139=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD928B is #526D74. Grayscale: #999999. Windows color (decimal): -5401973 or 9147053. OLE color: 9147053.

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

Color convert

RGB 173 146 139 -
CMYK 0 0.16 0.20 0.32
HSL 12.35º 0.17% 0.61% -
HSV(B) 12.35º 0.2% 0.68% -
XYZ 32.17 31.31 28.77 -
YUV 153.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 173 146 139 0 0.16 0.20 0.32 12.35 0.17 0.61
Hex AD 92 8B 0 10 14 20 C 11 3D
Octal 255 222 213 0 20 24 40 14 21 75
Binary 10101101 10010010 10001011 0 10000 10100 100000 1100 10001 111101

Color Harmonies of #AD928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD928B

Black with #AD928B

Text Example


Text Example

White with #AD928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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