Html Css Color HEX #A3895E Teak

📋 copy color: '#A3895E'

red 163 ◦ green 137 ◦ blue 94

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

Shades of Teak #A3895E

Tints of Teak #A3895E

RGB

 RED value IS 163 (64.06% from 255) = 41.37%

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

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

R = 41.37%
G = 34.77%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3895E (or 0xA3895E) is known color: Teak. HEX triplet: A3, 89 and 5E. RGB value is (163,137,94). Sum of RGB (Red+Green+Blue) = 163+137+94=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A3895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3895E is #5C76A1. Grayscale: #8C8C8C. Windows color (decimal): -6059682 or 6195619. OLE color: 6195619.

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

Color convert

RGB 163 137 94 -
CMYK 0 0.16 0.42 0.36
HSL 37.39º 0.27% 0.5% -
HSV(B) 37.39º 0.42% 0.64% -
XYZ 26.07 26.49 14.33 -
YUV 139.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 163 137 94 0 0.16 0.42 0.36 37.39 0.27 0.5
Hex A3 89 5E 0 10 2A 24 25 1B 32
Octal 243 211 136 0 20 52 44 45 33 62
Binary 10100011 10001001 1011110 0 10000 101010 100100 100101 11011 110010

Color Harmonies of #A3895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3895E

Black with #A3895E

Text Example


Text Example

White with #A3895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3895E; }

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

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

background-color css

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

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

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

border-color css

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

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

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