#A4925A

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

Shades of Teak #A4925A

Tints of Teak #A4925A

Color information

#A4925A (or 0xA4925A) is unknown color: approx Teak. HEX triplet: A4, 92 and 5A. RGB value is (164,146,90). Sum of RGB (Red+Green+Blue) = 164+146+90=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A4925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4925A is #5B6DA5. Grayscale: #919191. Windows color (decimal): -5991846 or 5935780. OLE color: 5935780.

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

Color convert

RGB16414690-
CMYK00.110.450.36
HSL45.41º29.13%49.8%-
HSV(B)45.41º45.12%64.31%-
XYZ27.4329.1913.86-
YUV14596.96141.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=41%
G=36.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641469000.110.450.3645.4129.1349.8
HexA4925A0B2D242d1d32
Octal2442221320135544553562
Binary101001001001001010110100101110110110010010110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4925A; }

 p { color: rgb(164,146,90); }

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

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

 a { background-color: rgb(164,146,90); }

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

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

 span { border-color: rgb(164,146,90); }

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