#AD855A

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

Shades of Teak #AD855A

Tints of Teak #AD855A

Color information

#AD855A (or 0xAD855A) is unknown color: approx Teak. HEX triplet: AD, 85 and 5A. RGB value is (173,133,90). Sum of RGB (Red+Green+Blue) = 173+133+90=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD855A is #527AA5. Grayscale: #8C8C8C. Windows color (decimal): -5405350 or 5932461. OLE color: 5932461.

HSL color Cylindrical-coordinate representation of color #AD855A: hue angle of 31.08º 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 #AD855A is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17313390-
CMYK00.230.480.32
HSL31.08º33.6%51.57%-
HSV(B)31.08º47.98%67.84%-
XYZ27.4726.413.32-
YUV140.0699.75151.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=43.69%
G=33.59%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731339000.230.480.3231.0833.651.57
HexAD855A01730201f2234
Octal2552051320276040374264
Binary1010110110000101101101001011111000010000011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD855A; }

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

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

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

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

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

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

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

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