#A18753

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

Shades of Teak #A18753

Tints of Teak #A18753

Color information

#A18753 (or 0xA18753) is unknown color: approx Teak. HEX triplet: A1, 87 and 53. RGB value is (161,135,83). Sum of RGB (Red+Green+Blue) = 161+135+83=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A18753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18753 is #5E78AC. Grayscale: #898989. Windows color (decimal): -6191277 or 5474209. OLE color: 5474209.

HSL color Cylindrical-coordinate representation of color #A18753: hue angle of 40º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A18753 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16113583-
CMYK00.160.480.37
HSL40º31.97%47.84%-
HSV(B)40º48.45%63.14%-
XYZ24.9225.5311.8-
YUV136.8597.61145.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 83 (32.81% from 255) = 21.90%
R=42.48%
G=35.62%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611358300.160.480.374031.9747.84
HexA187530103025282030
Octal2412071230206045504060
Binary10100001100001111010011010000110000100101101000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18753; }

 p { color: rgb(161,135,83); }

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

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

 a { background-color: rgb(161,135,83); }

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

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

 span { border-color: rgb(161,135,83); }

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