#A88A4B

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

Shades of Teak #A88A4B

Tints of Teak #A88A4B

Color information

#A88A4B (or 0xA88A4B) is unknown color: approx Teak. HEX triplet: A8, 8A and 4B. RGB value is (168,138,75). Sum of RGB (Red+Green+Blue) = 168+138+75=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A4B is #5775B4. Grayscale: #8C8C8C. Windows color (decimal): -5731765 or 4950696. OLE color: 4950696.

HSL color Cylindrical-coordinate representation of color #A88A4B: hue angle of 40.65º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A88A4B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB16813875-
CMYK00.180.550.34
HSL40.65º38.27%47.65%-
HSV(B)40.65º55.36%65.88%-
XYZ26.5127.0110.47-
YUV139.7991.44148.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=44.09%
G=36.22%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681387500.180.550.3440.6538.2747.65
HexA88A4B0123722292630
Octal2502121130226742514660
Binary10101000100010101001011010010110111100010101001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A4B; }

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

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

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

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

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

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

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

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