Html Css Color HEX #A4895E Teak

📋 copy color: '#A4895E'

red 164 ◦ green 137 ◦ blue 94

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

Shades of Teak #A4895E

Tints of Teak #A4895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.68%

 BLUE value IS 94 (37.11% from 255) = 23.8%

R = 41.52%
G = 34.68%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4895E (or 0xA4895E) is known color: Teak. HEX triplet: A4, 89 and 5E. RGB value is (164,137,94). Sum of RGB (Red+Green+Blue) = 164+137+94=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A4895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4895E is #5B76A1. Grayscale: #8C8C8C. Windows color (decimal): -5994146 or 6195620. OLE color: 6195620.

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

Color convert

RGB 164 137 94 -
CMYK 0 0.16 0.43 0.36
HSL 36.86º 0.28% 0.51% -
HSV(B) 36.86º 0.43% 0.64% -
XYZ 26.28 26.59 14.34 -
YUV 140.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 164 137 94 0 0.16 0.43 0.36 36.86 0.28 0.51
Hex A4 89 5E 0 10 2B 24 25 1C 33
Octal 244 211 136 0 20 53 44 45 34 63
Binary 10100100 10001001 1011110 0 10000 101011 100100 100101 11100 110011

Color Harmonies of #A4895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4895E

Black with #A4895E

Text Example


Text Example

White with #A4895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4895E; }

 p { color: rgb(164,137,94); }

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

background-color css

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

 a { background-color: rgb(164,137,94); }

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

border-color css

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

 span { border-color: rgb(164,137,94); }

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