Html Css Color HEX #AD8F8F Thatch

📋 copy color: '#AD8F8F'

red 173 ◦ green 143 ◦ blue 143

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

Shades of Thatch #AD8F8F

Tints of Thatch #AD8F8F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 37.69%
G = 31.15%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD8F8F (or 0xAD8F8F) is known color: Thatch. HEX triplet: AD, 8F and 8F. RGB value is (173,143,143). Sum of RGB (Red+Green+Blue) = 173+143+143=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F8F is #527070. Grayscale: #979797. Windows color (decimal): -5402737 or 9408429. OLE color: 9408429.

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

Color convert

RGB 173 143 143 -
CMYK 0 0.17 0.17 0.32
HSL 0.15% 0.62% -
HSV(B) 0.17% 0.68% -
XYZ 32.01 30.51 30.19 -
YUV 151.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 173 143 143 0 0.17 0.17 0.32 0 0.15 0.62
Hex AD 8F 8F 0 11 11 20 0 F 3E
Octal 255 217 217 0 21 21 40 0 17 76
Binary 10101101 10001111 10001111 0 10001 10001 100000 0 1111 111110

Color Harmonies of #AD8F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F8F

Black with #AD8F8F

Text Example


Text Example

White with #AD8F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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