#AD875A

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

Shades of Teak #AD875A

Tints of Teak #AD875A

Color information

#AD875A (or 0xAD875A) is unknown color: approx Teak. HEX triplet: AD, 87 and 5A. RGB value is (173,135,90). Sum of RGB (Red+Green+Blue) = 173+135+90=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD875A is #5278A5. Grayscale: #8D8D8D. Windows color (decimal): -5404838 or 5932973. OLE color: 5932973.

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

Color convert

RGB17313590-
CMYK00.220.480.32
HSL32.53º33.6%51.57%-
HSV(B)32.53º47.98%67.84%-
XYZ27.7426.9513.41-
YUV141.2399.09150.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=43.47%
G=33.92%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731359000.220.480.3232.5333.651.57
HexAD875A0163020212234
Octal2552071320266040414264
Binary10101101100001111011010010110110000100000100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD875A; }

 p { color: rgb(173,135,90); }

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

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

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

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

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

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

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