Html Css Color HEX #A4895D Teak

📋 copy color: '#A4895D'

red 164 ◦ green 137 ◦ blue 93

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

Shades of Teak #A4895D

Tints of Teak #A4895D

RGB

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

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

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

R = 41.62%
G = 34.77%
B = 23.6%

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

#A4895D (or 0xA4895D) is known color: Teak. HEX triplet: A4, 89 and 5D. RGB value is (164,137,93). Sum of RGB (Red+Green+Blue) = 164+137+93=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A4895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4895D is #5B76A2. Grayscale: #8C8C8C. Windows color (decimal): -5994147 or 6130084. OLE color: 6130084.

HSL color Cylindrical-coordinate representation of color #A4895D: hue angle of 37.18º 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 #A4895D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 137 93 -
CMYK 0 0.16 0.43 0.36
HSL 37.18º 0.28% 0.5% -
HSV(B) 37.18º 0.43% 0.64% -
XYZ 26.23 26.57 14.1 -
YUV 140.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 164 137 93 0 0.16 0.43 0.36 37.18 0.28 0.5
Hex A4 89 5D 0 10 2B 24 25 1C 32
Octal 244 211 135 0 20 53 44 45 34 62
Binary 10100100 10001001 1011101 0 10000 101011 100100 100101 11100 110010

Color Harmonies of #A4895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4895D

Black with #A4895D

Text Example


Text Example

White with #A4895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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