Html Css Color HEX #A4945D Teak

📋 copy color: '#A4945D'

red 164 ◦ green 148 ◦ blue 93

#A4945D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teak #A4945D

Tints of Teak #A4945D

RGB

 RED value IS 164 (64.45% from 255) = 40.49%

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 40.49%
G = 36.54%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4945D (or 0xA4945D) is known color: Teak. HEX triplet: A4, 94 and 5D. RGB value is (164,148,93). Sum of RGB (Red+Green+Blue) = 164+148+93=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4945D is #5B6BA2. Grayscale: #929292. Windows color (decimal): -5991331 or 6132900. OLE color: 6132900.

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

Color convert

RGB 164 148 93 -
CMYK 0 0.10 0.43 0.36
HSL 46.48º 0.28% 0.5% -
HSV(B) 46.48º 0.43% 0.64% -
XYZ 27.88 29.86 14.65 -
YUV 146.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 164 148 93 0 0.10 0.43 0.36 46.48 0.28 0.5
Hex A4 94 5D 0 A 2B 24 2E 1C 32
Octal 244 224 135 0 12 53 44 56 34 62
Binary 10100100 10010100 1011101 0 1010 101011 100100 101110 11100 110010

Color Harmonies of #A4945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4945D

Black with #A4945D

Text Example


Text Example

White with #A4945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4945D; }

 p { color: rgb(164,148,93); }

 H1.HeaderClassName
 {
   color: #A4945D;
 }
 .AnyTagClassName
 {
   color: #A4945D;
 }
</style>

background-color css

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

 a { background-color: rgb(164,148,93); }

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

border-color css

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

 span { border-color: rgb(164,148,93); }

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