#AD855C

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

Shades of Teak #AD855C

Tints of Teak #AD855C

Color information

#AD855C (or 0xAD855C) is unknown color: approx Teak. HEX triplet: AD, 85 and 5C. RGB value is (173,133,92). Sum of RGB (Red+Green+Blue) = 173+133+92=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD855C is #527AA3. Grayscale: #8C8C8C. Windows color (decimal): -5405348 or 6063533. OLE color: 6063533.

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

Color convert

RGB17313392-
CMYK00.230.470.32
HSL30.37º33.06%51.96%-
HSV(B)30.37º46.82%67.84%-
XYZ27.5526.4313.77-
YUV140.29100.75151.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=43.47%
G=33.42%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731339200.230.470.3230.3733.0651.96
HexAD855C0172F201e2134
Octal2552051340275740364164
Binary1010110110000101101110001011110111110000011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD855C; }

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

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

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

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

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

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

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

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