#A38852

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

Shades of Teak #A38852

Tints of Teak #A38852

Color information

#A38852 (or 0xA38852) is unknown color: approx Teak. HEX triplet: A3, 88 and 52. RGB value is (163,136,82). Sum of RGB (Red+Green+Blue) = 163+136+82=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A38852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38852 is #5C77AD. Grayscale: #8A8A8A. Windows color (decimal): -6059950 or 5408931. OLE color: 5408931.

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

Color convert

RGB16313682-
CMYK00.170.500.36
HSL40º33.06%48.04%-
HSV(B)40º49.69%63.92%-
XYZ25.432611.66-
YUV137.9296.45145.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=42.78%
G=35.70%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631368200.170.500.364033.0648.04
HexA388520113224282130
Octal2432101220216244504160
Binary10100011100010001010010010001110010100100101000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38852; }

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

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

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

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

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

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

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

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