#A38752

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

Shades of Teak #A38752

Tints of Teak #A38752

Color information

#A38752 (or 0xA38752) is unknown color: approx Teak. HEX triplet: A3, 87 and 52. RGB value is (163,135,82). Sum of RGB (Red+Green+Blue) = 163+135+82=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A38752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38752 is #5C78AD. Grayscale: #898989. Windows color (decimal): -6060206 or 5408675. OLE color: 5408675.

HSL color Cylindrical-coordinate representation of color #A38752: hue angle of 39.26º 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 #A38752 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB16313582-
CMYK00.170.500.36
HSL39.26º33.06%48.04%-
HSV(B)39.26º49.69%63.92%-
XYZ25.2925.7211.61-
YUV137.3396.78146.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=42.89%
G=35.53%
B=21.58%

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
Decimal1631358200.170.500.3639.2633.0648.04
HexA387520113224272130
Octal2432071220216244474160
Binary10100011100001111010010010001110010100100100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38752; }

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

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

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

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

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

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

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

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