#A48A4B

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

Shades of Teak #A48A4B

Tints of Teak #A48A4B

Color information

#A48A4B (or 0xA48A4B) is unknown color: approx Teak. HEX triplet: A4, 8A and 4B. RGB value is (164,138,75). Sum of RGB (Red+Green+Blue) = 164+138+75=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A4B is #5B75B4. Grayscale: #8A8A8A. Windows color (decimal): -5993909 or 4950692. OLE color: 4950692.

HSL color Cylindrical-coordinate representation of color #A48A4B: hue angle of 42.47º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A48A4B is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16413875-
CMYK00.160.540.36
HSL42.47º37.24%46.86%-
HSV(B)42.47º54.27%64.31%-
XYZ25.6726.5810.43-
YUV138.5992.11146.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=43.50%
G=36.60%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641387500.160.540.3642.4737.2446.86
HexA48A4B01036242a252f
Octal2442121130206644524557
Binary10100100100010101001011010000110110100100101010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A4B; }

 p { color: rgb(164,138,75); }

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

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

 a { background-color: rgb(164,138,75); }

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

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

 span { border-color: rgb(164,138,75); }

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