#A5885C

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

Shades of Teak #A5885C

Tints of Teak #A5885C

Color information

#A5885C (or 0xA5885C) is unknown color: approx Teak. HEX triplet: A5, 88 and 5C. RGB value is (165,136,92). Sum of RGB (Red+Green+Blue) = 165+136+92=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5885C is #5A77A3. Grayscale: #8B8B8B. Windows color (decimal): -5928868 or 6064293. OLE color: 6064293.

HSL color Cylindrical-coordinate representation of color #A5885C: hue angle of 36.16º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5885C is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16513692-
CMYK00.180.440.35
HSL36.16º28.85%50.39%-
HSV(B)36.16º44.24%64.71%-
XYZ26.2526.3813.83-
YUV139.66101.11146.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=41.98%
G=34.61%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651369200.180.440.3536.1628.8550.39
HexA5885C0122C23241d32
Octal2452101340225443443562
Binary1010010110001000101110001001010110010001110010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5885C; }

 p { color: rgb(165,136,92); }

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

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

 a { background-color: rgb(165,136,92); }

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

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

 span { border-color: rgb(165,136,92); }

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