#A38855

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

Shades of Teak #A38855

Tints of Teak #A38855

Color information

#A38855 (or 0xA38855) is unknown color: approx Teak. HEX triplet: A3, 88 and 55. RGB value is (163,136,85). Sum of RGB (Red+Green+Blue) = 163+136+85=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A38855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38855 is #5C77AA. Grayscale: #8A8A8A. Windows color (decimal): -6059947 or 5605539. OLE color: 5605539.

HSL color Cylindrical-coordinate representation of color #A38855: hue angle of 39.23º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A38855 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16313685-
CMYK00.170.480.36
HSL39.23º31.45%48.63%-
HSV(B)39.23º47.85%63.92%-
XYZ25.5526.0512.28-
YUV138.2697.95145.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=42.45%
G=35.42%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631368500.170.480.3639.2331.4548.63
HexA388550113024271f31
Octal2432101250216044473761
Binary1010001110001000101010101000111000010010010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38855; }

 p { color: rgb(163,136,85); }

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

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

 a { background-color: rgb(163,136,85); }

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

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

 span { border-color: rgb(163,136,85); }

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