#A5925C

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

Shades of Teak #A5925C

Tints of Teak #A5925C

Color information

#A5925C (or 0xA5925C) is unknown color: approx Teak. HEX triplet: A5, 92 and 5C. RGB value is (165,146,92). Sum of RGB (Red+Green+Blue) = 165+146+92=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A5925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5925C is #5A6DA3. Grayscale: #919191. Windows color (decimal): -5926308 or 6066853. OLE color: 6066853.

HSL color Cylindrical-coordinate representation of color #A5925C: hue angle of 44.38º 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 #A5925C is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16514692-
CMYK00.120.440.35
HSL44.38º28.85%50.39%-
HSV(B)44.38º44.24%64.71%-
XYZ27.7329.3314.33-
YUV145.5297.79141.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=40.94%
G=36.23%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651469200.120.440.3544.3828.8550.39
HexA5925C0C2C232c1d32
Octal2452221340145443543562
Binary101001011001001010111000110010110010001110110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5925C; }

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

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

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

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

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

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

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

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