#A88558

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

Shades of Teak #A88558

Tints of Teak #A88558

Color information

#A88558 (or 0xA88558) is unknown color: approx Teak. HEX triplet: A8, 85 and 58. RGB value is (168,133,88). Sum of RGB (Red+Green+Blue) = 168+133+88=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A88558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88558 is #577AA7. Grayscale: #8A8A8A. Windows color (decimal): -5733032 or 5801384. OLE color: 5801384.

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

Color convert

RGB16813388-
CMYK00.210.480.34
HSL33.75º31.5%50.2%-
HSV(B)33.75º47.62%65.88%-
XYZ26.325.812.83-
YUV138.3499.6149.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=43.19%
G=34.19%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681338800.210.480.3433.7531.550.2
HexA885580153022221f32
Octal2502051300256042423762
Binary1010100010000101101100001010111000010001010001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88558; }

 p { color: rgb(168,133,88); }

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

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

 a { background-color: rgb(168,133,88); }

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

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

 span { border-color: rgb(168,133,88); }

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