#A48F5C

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

Shades of Teak #A48F5C

Tints of Teak #A48F5C

Color information

#A48F5C (or 0xA48F5C) is unknown color: approx Teak. HEX triplet: A4, 8F and 5C. RGB value is (164,143,92). Sum of RGB (Red+Green+Blue) = 164+143+92=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F5C is #5B70A3. Grayscale: #8F8F8F. Windows color (decimal): -5992612 or 6066084. OLE color: 6066084.

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

Color convert

RGB16414392-
CMYK00.130.440.36
HSL42.5º28.35%50.2%-
HSV(B)42.5º43.9%64.31%-
XYZ27.0628.3114.16-
YUV143.4698.96142.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=41.10%
G=35.84%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641439200.130.440.3642.528.3550.2
HexA48F5C0D2C242b1c32
Octal2442171340155444533462
Binary101001001000111110111000110110110010010010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F5C; }

 p { color: rgb(164,143,92); }

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

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

 a { background-color: rgb(164,143,92); }

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

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

 span { border-color: rgb(164,143,92); }

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