#A48C5E

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

Shades of Teak #A48C5E

Tints of Teak #A48C5E

Color information

#A48C5E (or 0xA48C5E) is unknown color: approx Teak. HEX triplet: A4, 8C and 5E. RGB value is (164,140,94). Sum of RGB (Red+Green+Blue) = 164+140+94=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C5E is #5B73A1. Grayscale: #8E8E8E. Windows color (decimal): -5993378 or 6196388. OLE color: 6196388.

HSL color Cylindrical-coordinate representation of color #A48C5E: hue angle of 39.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A48C5E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16414094-
CMYK00.150.430.36
HSL39.43º27.78%50.59%-
HSV(B)39.43º42.68%64.31%-
XYZ26.7127.4614.48-
YUV141.93100.95143.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=41.21%
G=35.18%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641409400.150.430.3639.4327.7850.59
HexA48C5E0F2B24271c33
Octal2442141360175344473463
Binary101001001000110010111100111110101110010010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C5E; }

 p { color: rgb(164,140,94); }

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

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

 a { background-color: rgb(164,140,94); }

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

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

 span { border-color: rgb(164,140,94); }

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