Html Css Color HEX #A3915E Teak

📋 copy color: '#A3915E'

red 163 ◦ green 145 ◦ blue 94

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

Shades of Teak #A3915E

Tints of Teak #A3915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.07%

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

R = 40.55%
G = 36.07%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3915E (or 0xA3915E) is known color: Teak. HEX triplet: A3, 91 and 5E. RGB value is (163,145,94). Sum of RGB (Red+Green+Blue) = 163+145+94=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3915E is #5C6EA1. Grayscale: #909090. Windows color (decimal): -6057634 or 6197667. OLE color: 6197667.

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

Color convert

RGB 163 145 94 -
CMYK 0 0.11 0.42 0.36
HSL 44.35º 0.27% 0.5% -
HSV(B) 44.35º 0.42% 0.64% -
XYZ 27.25 28.85 14.72 -
YUV 144.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 163 145 94 0 0.11 0.42 0.36 44.35 0.27 0.5
Hex A3 91 5E 0 B 2A 24 2C 1B 32
Octal 243 221 136 0 13 52 44 54 33 62
Binary 10100011 10010001 1011110 0 1011 101010 100100 101100 11011 110010

Color Harmonies of #A3915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3915E

Black with #A3915E

Text Example


Text Example

White with #A3915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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