#AD8B4B

Color #AD8B4B Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #AD8B4B

Tints of Teak #AD8B4B

Color information

#AD8B4B (or 0xAD8B4B) is unknown color: approx Teak. HEX triplet: AD, 8B and 4B. RGB value is (173,139,75). Sum of RGB (Red+Green+Blue) = 173+139+75=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B4B is #5274B4. Grayscale: #8E8E8E. Windows color (decimal): -5403829 or 4950957. OLE color: 4950957.

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

Color convert

RGB17313975-
CMYK00.200.570.32
HSL39.18º39.52%48.63%-
HSV(B)39.18º56.65%67.84%-
XYZ27.7427.8610.57-
YUV141.8790.26150.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=44.70%
G=35.92%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731397500.200.570.3239.1839.5248.63
HexAD8B4B0143920272831
Octal2552131130247140475061
Binary10101101100010111001011010100111001100000100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B4B; }

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

 H1.HeaderClassName
 {
   color: #AD8B4B;
 }
 .AnyTagClassName
 {
   color: #AD8B4B;
 }
</style>
background-color css

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

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

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

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

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

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