Html Css Color HEX #AD8B5F Teak

📋 copy color: '#AD8B5F'

red 173 ◦ green 139 ◦ blue 95

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

Shades of Teak #AD8B5F

Tints of Teak #AD8B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 42.51%
G = 34.15%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD8B5F (or 0xAD8B5F) is known color: Teak. HEX triplet: AD, 8B and 5F. RGB value is (173,139,95). Sum of RGB (Red+Green+Blue) = 173+139+95=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B5F is #5274A0. Grayscale: #909090. Windows color (decimal): -5403809 or 6261677. OLE color: 6261677.

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

Color convert

RGB 173 139 95 -
CMYK 0 0.20 0.45 0.32
HSL 33.85º 0.32% 0.53% -
HSV(B) 33.85º 0.45% 0.68% -
XYZ 28.53 28.18 14.76 -
YUV 144.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 173 139 95 0 0.20 0.45 0.32 33.85 0.32 0.53
Hex AD 8B 5F 0 14 2D 20 22 20 35
Octal 255 213 137 0 24 55 40 42 40 65
Binary 10101101 10001011 1011111 0 10100 101101 100000 100010 100000 110101

Color Harmonies of #AD8B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8B5F

Black with #AD8B5F

Text Example


Text Example

White with #AD8B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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