Html Css Color HEX #A3865A Teak

📋 copy color: '#A3865A'

red 163 ◦ green 134 ◦ blue 90

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

Shades of Teak #A3865A

Tints of Teak #A3865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

 BLUE value IS 90 (35.55% from 255) = 23.26%

R = 42.12%
G = 34.63%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A3865A (or 0xA3865A) is known color: Teak. HEX triplet: A3, 86 and 5A. RGB value is (163,134,90). Sum of RGB (Red+Green+Blue) = 163+134+90=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3865A is #5C79A5. Grayscale: #898989. Windows color (decimal): -6060454 or 5932707. OLE color: 5932707.

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

Color convert

RGB 163 134 90 -
CMYK 0 0.18 0.45 0.36
HSL 36.16º 0.29% 0.5% -
HSV(B) 36.16º 0.45% 0.64% -
XYZ 25.47 25.57 13.27 -
YUV 137.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 163 134 90 0 0.18 0.45 0.36 36.16 0.29 0.5
Hex A3 86 5A 0 12 2D 24 24 1D 32
Octal 243 206 132 0 22 55 44 44 35 62
Binary 10100011 10000110 1011010 0 10010 101101 100100 100100 11101 110010

Color Harmonies of #A3865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3865A

Black with #A3865A

Text Example


Text Example

White with #A3865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3865A; }

 p { color: rgb(163,134,90); }

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

background-color css

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

 a { background-color: rgb(163,134,90); }

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

border-color css

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

 span { border-color: rgb(163,134,90); }

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